jquery flowplayer 工具提示:覆盖默认事件参数

发布于 2024-11-25 09:25:09 字数 275 浏览 1 评论 0原文

默认情况下 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扶醉桌前 2024-12-02 09:25:09

你说它不起作用是什么意思?

我做了这个小提琴,它可以工作: 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文