在  $('#×××').dialog('close');  执行后触发

$(function(){
    $("#titledialos").dialog({
        onClose: function () {
        想要执行的内容;
        }
    });
})

 

posted on 2018-10-30 17:12  月零Ray  阅读(1854)  评论(0编辑  收藏  举报