jquery easy ui 的 $.message.progress效果出不来,$.message.progress用不了
jqueryeasyui
发现一直用不了$.message.progress
发现是引用了extends_easyui_windows.js
里面有以下这个方法导致的
$.fn.window.defaults.onBeforeOpen=function(){
varoptions=$(this).window('options');
varwidth=options.width;
varheight=options.height;
vartop=(($.browser.msie?$(document).height():$(window).height())-height)*0.5;
if(top<0){
top=0;
}
varleft=(($.browser.msie?$(document).width():$(window).width())-width)*0.5;
if(left<0){
left=0;
}
options.top=top;
options.left=left;
$(this).window('move',options);
}
直接把这个方法去掉即可
相关推荐
liujia 2020-06-02
fgleeldq 2019-12-31
qianjq 2019-12-30
fengling 2019-12-30
playlinuxxx 2011-02-04
前端开发Kingcean 2019-10-28
Helene 2011-09-17
best0power 2015-03-16
小傻 2019-07-01
莲开十月人思量 2019-06-29
nicepainkiller 2019-06-29
yqoxygen 2019-06-29
椎锋陷陈 2012-06-07
vqudominiapp 2019-06-26
renpinghao 2019-06-26
永不放弃 2019-06-26
别告诉我有Bug 2011-04-25