Do this when you want to clear popupDiv
and add span with class textbox2
$("#popUpDiv").empty().append('.textbox2').show("slow");
1
solved I have a popup div with more than one span element how to display another span
Do this when you want to clear popupDiv
and add span with class textbox2
$("#popUpDiv").empty().append('.textbox2').show("slow");
1
solved I have a popup div with more than one span element how to display another span