jQuery弹出窗插件popModal

jQuery弹出窗插件popModal

$('#elem').popModal({
    html : $('#content').html(),
    placement : 'bottomLeft',
    showCloseBut : true,
    onDocumentClickClose : true,
    onOkBut : function(){ },
    onCancelBut : function(){ },
    onLoad : function(){ },
    onClose : function(){ }
});