当鼠标悬停时 jquery dropline 保持第二个
有没有办法在此下拉菜单上获得此行为?需要第二级或第三级才能保持活动状态当鼠标从菜单项悬停时一秒钟。
Is there a way to get this behavior on this dropline menu?Need second or thrid level to stay active for one second when mouse is hover out from menu items.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
澄清一下,您正在寻找对鼠标移动的某种延迟反应?如果是这样,请查看这个 jQuery悬停意图插件: http://cherne.net/brian/resources /jquery.hoverIntent.html
编辑: 我认为您需要编辑菜单脚本以将 .hover 的任何实例替换为 .hoverIntent。我在 jsfiddle 中测试这个时遇到问题,但看看它是否有效:
To clarify, you're looking for some kind of delayed reaction to the mouse's movement? If so, check out this jQuery hoverintent plugin: http://cherne.net/brian/resources/jquery.hoverIntent.html
EDIT: I think you'll need to edit your menu script to replace any instance of .hover with .hoverIntent. I had trouble testing this in jsfiddle, but see if it works: