0
我怎样才能延缓对话框加载像2-3秒jquery延迟对话框加载?
$("#dialog-model").dialog({
height: 250,
width: 350,
buttons: {
"Yes": function() {
window.location = "/MyURL";
},
"No": function() {
$(this).dialog('close');
}
},
modal: true
});