Jquery JScrollPane 导致 IE 中出现错误
我正在使用 jquery 制作我的第一个网站,并添加了 jscrollPane 插件。
在 Firefox 和 Safari 中一切正常,但在 IE 中(显然)它给了我一个我无法解决的问题:
当我调用“jscrollPane”函数时,它会导致 jquery 出现错误,并弄乱我的页面! (显然仅在 IE 中)
如果您想查看该页面,请点击以下链接: http://www.klaber.it/demo
只需单击“PRODOTTI”,然后单击第一个子菜单嗓音... 我通过一些测试发现!在 IE 状态栏上,当调用 jscrollPane 时抛出错误...
这让我发疯...
感谢您的帮助。
达里奥
I'm doing my first site using jquery and I added the jscrollPane plugin.
Everything fine in Firefox and Safari, but in IE (obviously) it gives me a problem I can't figure out:
When I call the "jscrollPane" function, it causes a fault in jquery and it mess up my page! (obviously only in IE)
If you want to see the page here's the link:
http://www.klaber.it/demo
Just click on "PRODOTTI" and then click the first submenu voice...
I figured out with some tests that the ! on IE status bar throw an error just when jscrollPane is called...
It's driving me crazy...
Thanks for help.
Dario
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 myfunctionNew.js 文件中有此代码
您需要删除此行末尾的尾随逗号。
这是我遇到的第一个错误。后面可能还会有更多。
You have this code in your myfunctionNew.js file
You need to remove the trailing comma from the end of this line.
That is the first error I've come across. There may be more after it.