求thinkbox对话框位置定位怎么用

浏览:748 发布日期:2014/06/01 分类:求助交流
$(".add-submit").click(function(){
            $.thinkbox.defaults('style', 'win7');
            $.thinkbox('<div class="content">这里是弹出层的内容</div>',{
                'title' : ' 新增管理员',
                'drag'  : true,
                "dataEle" : this,
                "modal" : true,
                "unload":true,
                "x":10,
                "y":1110,
                "locate":['left', 'top'],
                "width": '500',
                "height": '300',
                "button" : {'ok':'确 定', "cancel" : "取 消", "submit" : "提 交"}
            })

        });
我指定了X,Y坐标,完全没有效果
最佳答案
评论( 相关
后面还有条评论,点击查看>>