下拉导航栏中不合理的 jQuery SlideToggle 行为
我正在尝试用 jQuery 组合一个下拉导航栏。 目前我的实现是使用内联 ul/li 和 slipToggle。关于li的悬停事件,我写道:
$(this).find("ul").slideToggle(0.5);
但是,问题是,有时它按预期工作,但有时折叠的菜单不会返回。有人遇到过同样的问题吗?
I'm trying to put together a dropdown navigation bar with jQuery.
Currently my implementation is using inline ul/li with slideToggle. On the li's hover event, I wrote:
$(this).find("ul").slideToggle(0.5);
However, the problem is, sometimes it works as expected, but sometimes the collapsed menu wouldn't go back. Anybody occured to the same problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个
Try this