jquery Dialog弹框插件使用

来源:互联网 发布:光环助手同类软件 编辑:程序博客网 时间:2024/05/16 17:49
       var dialog = new Dialog({                    title: '购物车',                    type: 'url',                    width: 520,                    content: "Uplolo.aspx",                    showTitle: true,                    modal: true,                                      onLoad: function () {                        var self = this;                        var div = this.getDialogObj();                        $(div).delegate(".close", "click", function () {                            self.close();                            return false;                        });                    }                });                dialog.show();

0 0
原创粉丝点击