jquery 滑块影响下拉菜单
我在下拉菜单上使用 jquery hooverintent,并且我正在处理的页面上也有一个滑块。下拉菜单的淡入和淡出真的很脆。
您可以在此处查看工作文件: http://test.shared-vision.net/DMP/index.html
当我取下幻灯片时,下拉菜单没有任何问题,我还有另一个滑块(slidesjs)具有相同的结果。 示例如下: http://test.shared-vision.net/DMP/index_test_slider.html< /a>
任何有关我可以采取哪些措施来解决此问题的建议或帮助,我们将不胜感激。
谢谢。 -安
I am using jquery hoverintent on my dropdown menues and I also have a slider on the page I am working on. The fade in and out on the drowpdown is really crunchy.
You can see the working file here:
http://test.shared-vision.net/DMP/index.html
When I take the slide off I have no problems with the dropdown, I have one other slider (slidesjs) with the same result.
Example here: http://test.shared-vision.net/DMP/index_test_slider.html
Any advice or assistance as to what I can do to fix this is appreciated.
Thanks.
-Ann
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想通了。我错误地使用了hoverintent。我将它附加到 li ul 而不仅仅是 li。
-安·K
Figured it out. I was using hoverintent wrong. I attached it to the li ul and not just the li.
-Ann K