同一时间只能有一个打开的对话框。
$(document).ready(function(){ $.Dialog({ 'title' : 'My dialog title', 'content' : 'HTML content', 'draggable' : true, 'overlay' : true, 'closeButton' : true, 'buttonsAlign': 'right', 'position' : { 'zone' : 'right' }, 'buttons' : { 'button1' : { 'action': function(){} }, 'button2' : { 'action': function(){} } } }); });
在文档的head部分包含 dialog.js文件
dialog.js