在 $('#×××').dialog('close'); 执行后触发
$(function(){ $("#titledialos").dialog({ onClose: function () { 想要执行的内容; } }); })
在 $('#×××').dialog('close'); 执行后触发
$(function(){ $("#titledialos").dialog({ onClose: function () { 想要执行的内容; } }); })
转载于:https://www.cnblogs.com/raitorei/p/9877987.html