Jquery 侧边菜单在某些页面上严重滞后

发布于 2024-11-30 20:54:18 字数 274 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

摘星┃星的人 2024-12-07 20:54:18

您正在使用 jQuery.noConflict(),

<script type='text/javascript' src='http://neopoints.in/index.php?wpsc_user_dynamic_js=true&ver=3.8.6.419073'></script>

这是在加载 livequery 插件之前。这就是为什么它不将 livequery 识别为函数。当 javascript 在某个时刻失败时,JS 将停止运行其余部分。

You are using jQuery.noConflict() in

<script type='text/javascript' src='http://neopoints.in/index.php?wpsc_user_dynamic_js=true&ver=3.8.6.419073'></script>

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文