Jquery 侧边菜单在某些页面上严重滞后
http://neopoints.in/ 在索引上,侧面的菜单完全正常。它加载良好。
http://neopoints.in/buy/buy-items 在此页面上,侧边菜单展开并且滞后于整个页面。
有谁知道为什么这样做? 我还在 Wordpress 上运行该网站。 谢谢。
http://neopoints.in/
On the index, the menu on the side is completely normal. It loads fine.
http://neopoints.in/buy/buy-items
On this page, the side menu is expanded and it lags the whole page.
Does anyone know why it's doing this?
I'm also running the site on Wordpress.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在使用 jQuery.noConflict(),
这是在加载 livequery 插件之前。这就是为什么它不将 livequery 识别为函数。当 javascript 在某个时刻失败时,JS 将停止运行其余部分。
You are using jQuery.noConflict() in
which is before you are loading the livequery plugin. Thatswhy it does not recognize the livequery as a function. And when javascript fails at some point, JS stops running the rest.