jQuery巨型菜单hoverIntent mouseOut
我正在使用 Soh Tanaka 的“超级菜单” - http ://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ - 在下拉菜单上,并且“out”功能存在一些问题。菜单使用hoverIntent,并且应该以“500”的超时延迟淡出,但它只是在鼠标移开时消失:
http:// native.thefutureforward.com/
有问题的 JS 文件是“js/mega-menu.min.js”。我意识到我的代码目前有点混乱,所以我正在努力解决这个问题。
任何有关使 mouseOut 退出菜单以延迟和淡出的帮助将不胜感激!
I'm using Soh Tanaka's "Mega Menu" - http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ - on a dropdown menu and having some issues with the "out" function. The menu uses hoverIntent and should fade out with a timeout delay of "500", but it just disappears on mouseout:
http://native.thefutureforward.com/
The JS file in question is "js/mega-menu.min.js". I realize my code is a bit messy at the moment, so I'm working on that.
Any help on getting the mouseOut of the menu to both delay and fade out would be much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的代码与我构建菜单时从演示中提取的代码有点不同:
请注意,我将配置传递给hoverIntent,而不是函数名称。
Your code is a bit different from what I pulled from the demo when I built my menus:
Notice that I pass the config to the hoverIntent, not the function names.