Title: How can remove the window('refresh') object Post by: kissmoon on December 07, 2014, 06:35:44 PM Use window load a html file,html include a form( id = "form0"):
$('#win').window('refresh','adduser.html').window('open'); when window closed,how remove the form( id = "form0")? |