jquery flowplayer 工具提示:覆盖默认事件参数
默认情况下 flowplayer 工具提示 在 mouseenter、mouseleave 事件上打开。我想覆盖它,以便在单击时显示工具提示
我尝试使用代码:
$("#datepicker").tooltip({ 事件:{ def: "点击,鼠标离开" }});
但没有成功。
By default flowplayer tooltip opens on mouseenter,mouseleave events. I want to override it, so that tooltip is shown onclick
I tried using code:
$("#datepicker").tooltip({
events: {
def: "click,mouseleave"
}});
But it didn't worked out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你说它不起作用是什么意思?
我做了这个小提琴,它可以工作: http://jsfiddle.net/TEyJZ/ (看看小 a单击时在图像上方)
您确定没有使用错误的选择器吗? (datepicker 让它听起来更像是一个 datepicker 插件)
What do you mean it didn' work?
I made this fiddle an it works: http://jsfiddle.net/TEyJZ/ (look at the small a above the images when you click)
are you sure you are not using the wrong selector? (datepicker makes it sound much more like a datepicker plugin)