[Solved] I have a popup div with more than one span element how to display another span

[ad_1]

Do this when you want to clear popupDiv and add span with class textbox2

$("#popUpDiv").empty().append('.textbox2').show("slow");

1

[ad_2]

solved I have a popup div with more than one span element how to display another span