jquery 和悬停意图 - 禁用悬停意图插件的最佳方法
我必须禁用hoverintent插件的使用,但是我无法控制页面上的现有源代码。所以目前我只是像这样扔一块砖:
$("ul#accordion li").hoverIntent( null )
有没有比传递 null 而不是“真实”配置元素更好的方法来做到这一点?
谢谢
I have to disable the use of hoverintent plugin, however I have no control over existing source code on the page. So at the moment I'm just throwing in a brick like so:
$("ul#accordion li").hoverIntent( null )
Is there a better way to do this than passing a null instead of 'real' config elements?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
覆盖插件怎么样?像这样的东西:
How about overriding the plugin? Something like: