jQuery弹出窗插件popModal

jQuery弹出窗插件popModal
下载次数:1 文件大小:46.84KB 所需积分:0 QQ联系购买积分:3331653644(1元=10积分)
$('#elem').popModal({
    html : $('#content').html(),
    placement : 'bottomLeft',
    showCloseBut : true,
    onDocumentClickClose : true,
    onOkBut : function(){ },
    onCancelBut : function(){ },
    onLoad : function(){ },
    onClose : function(){ }
});

 

0 条评论