
popModal jQuery模態是一個強大和靈活的插件允許您創建彈出窗口提示模態等多種目的,通知模態,對話框模態等等。調用插件$(function(){$('#demo').popModal({html : $('#content').html()}); });默認參數,在演示頁面查看更多的使用&例子。$(function(){$('#demo').popModal({html: '',placement: 'bottomLeft',showCloseBut: true,onDocumentClickClose : true,onOkBut: function() {return true;},onCancelBut: function() {},onLoad: function() {},onClose: function() {}}); });