jqueryUI弹出框问题

jqueryui dialog中 select选不中或比较慢

dialog = function(Window,dialogDivId,title,buttons,css) {
            css = css||{};
            var width = css.width||"500px";
            _this = this
            subWindow.$("#" + dialogDivId).wijdialog({
                autoOpen : true,
                height : "auto",
                width : width,
                title: title,
                modal : true,
                position: "top",
                draggable : true,
                buttons : buttons,
                open : function(event, ui) {
                    $('body').css('overflow', 'hidden');
                    $('.ui-widget-overlay').css('height', $(document).height());
                    $(" .mainContent").css('z-index','1500');
                    _this.isBlock = true;
                    _this.block(false);
                },
                close : function(event, ui) {
                    $('body').css('overflow', 'auto');
                    $("#" + dialogDivId).wijdialog("close");
                    $("#" + dialogDivId).wijdialog("destroy");
                    $(" .mainContent").css('z-index','');
                    $("#" + dialogDivId).remove();
                    _this.isBlock = false;
                    _this.unblock();
                },
                captionButtons : {
                    pin : {
                        visible : false
                    },
                    refresh : {
                        visible : false
                    },
                    toggle : {
                        visible : false
                    },
                    minimize : {
                        visible : false
                    },
                    maximize : {
                        visible : false
                    }
                }
            });
            $("#" + dialogDivId).wijdialog('open');
            $("#" + dialogDivId).css("z-index", 10000);
        }
View Code

设置属性draggable 为false即可

参考地址:https://forum.jquery.com/topic/jquery-ui-dialog-extremely-slow-with-long-select-on-ie

转载于:https://www.cnblogs.com/cora/p/4330429.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值