同一选项的多个实例?
我将选项传递给 qTip 插件,如下所示:
hide: {
when: {
event: 'unfocus',
event: 'inactive',
event: 'click'
},
},
它似乎正在工作,但我应该以某种方式捆绑这些“事件”吗?
I'm passing options to the qTip plugin like so:
hide: {
when: {
event: 'unfocus',
event: 'inactive',
event: 'click'
},
},
It appears to be working but should I bundle those 'events' somehow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
具体来说,在 qTip 情况下,如果
inactve
事件很特殊并绑定所有其他事件,最好就这样使用它,如下所示:或者只是:
In the qTip case specifically, it the
inactve
event is special and binds all of the others, it's best to just use it that way, like this:Or just: