jQuery 可拖动面板在 IE 9 中损坏且没有错误
请看一下这个带有 jQuery 的可折叠拖放面板演示: http:// demo.webdeveloperplus.com/drag-drop-panels/。
它在所有浏览器中都能正常工作,包括 IE 7 和 8,但 IE 9 除外(并且在 IE 9 控制台中没有显示任何错误)。谁能找出问题所在吗?主机网站和教程上似乎没有人有答案。
Please take a look at this demo of collapsible, drag n drop panels w/ jQuery: http://demo.webdeveloperplus.com/drag-drop-panels/.
It works fine in everything, including IE 7 and 8, except IE 9 (and shows no errors in IE 9 console). Can anyone figure out what the problem is? No one on the host site and tutorial seems to have an answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道问题是什么,但我看到您正在使用旧的 jquery (1.3) 和 jquery ui (1.7) 库。
Jquery 当前版本是 1.7.1: http:// blog.jquery.com/2011/11/21/jquery-1-7-1-released/
Jquery ui 当前版本是 1.8.18:http://jqueryui.com/download
尝试更改库
I don´t know what is the problem but I see you are using a old jquery (1.3) and jquery ui (1.7) librarys.
Jquery current release is 1.7.1: http://blog.jquery.com/2011/11/21/jquery-1-7-1-released/
Jquery ui current release is 1.8.18: http://jqueryui.com/download
Try change the librarys