jquery SlideUp 在弹出菜单上不起作用
这是我的代码 http://jsfiddle.net/dmitrymar/65QHT/5/
我'我在使 SlideUp 与 css 弹出菜单一起使用时遇到问题。我让 SlideDown 开始工作,尽管不是很顺利。我很困惑 css 或 jquery 是否有问题,或者两者都有问题。请指教。谢谢。
Here is my code http://jsfiddle.net/dmitrymar/65QHT/5/
I'm having trouble making slideUp work with css flyout menu. I got the slideDown to work although not very smoothly. I'm confused whether there's a problem with css or jquery or both. Please advise. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的。这是交易:
CSS:
摆脱
#miniCartWrpr li:hover .miniCartFlyout
然后 Javascript:
Okay. here is the deal:
CSS:
Get rid of
#miniCartWrpr li:hover .miniCartFlyout
then Javascript: