add this to your dialog call:
close: function (ev, ui) {
$(this).dialog("destroy");
$(this).remove();
},
this will destroy the dialog and remove the div when it's closed.
本文永久链接: http://www.zzxj.net/blog/fxs_2008/archive/2011/12/28/225.html
发表于 @ 2011年12月28日 |评论(loading... )|收藏