Jquery UI dialog 清除div的办法 收藏
2011年12月28日


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... )|收藏

发表评论 姓  名: