IE9中的JQuery UI选项卡无响应

时间:2021-02-25 14:24:29

I have a page that uses JQuery UI tabs, they load OK (although whole page renders far slower in IE9) but very slow to click/hover in IE9. The page is fine in Chrome/Firefox. I do have some Ajax/Json loading various bits on the page and I have reduced that down but I can’t work out how to rectify this issue in IE9. Is it simply because there are a lot of background JQuery going on and IE9 can’t cope? Can anyone help? I am hoping that it is something obvious that I have missed because at the moment I am looking at a complete redesign of the page...!

我有一个使用JQuery UI选项卡的页面,它们加载正常(虽然整个页面在IE9中渲染得慢得多)但在IE9中单击/悬停非常慢。该页面在Chrome / Firefox中很好用。我确实有一些Ajax / Json加载页面上的各种位,我已经减少了这一点,但我无法弄清楚如何纠正IE9中的这个问题。是不是因为有很多背景JQuery正在进行而IE9无法应对?有人可以帮忙吗?我希望我错过了一些显而易见的东西,因为此刻我正在寻找一个完整的页面重新设计......!

1 个解决方案

#1


0  

Found the answer to this pretty soon after posting but thought I would put it back on here. The reason for the unresponsiveness was because I was still using jquery.livequery.js. This was having some kind of conflict as when I removed it everything worked far better.

在发布后很快就找到了答案,但我想我会把它放回到这里。无响应的原因是因为我还在使用jquery.livequery.js。这有一些冲突,因为当我删除它时,一切都工作得更好。

#1


0  

Found the answer to this pretty soon after posting but thought I would put it back on here. The reason for the unresponsiveness was because I was still using jquery.livequery.js. This was having some kind of conflict as when I removed it everything worked far better.

在发布后很快就找到了答案,但我想我会把它放回到这里。无响应的原因是因为我还在使用jquery.livequery.js。这有一些冲突,因为当我删除它时,一切都工作得更好。