什么会导致与 Tipsy 的焦点触发器发生冲突?
我正在使用 Tipsy jquery 插件,焦点触发器的作用与悬停触发器相同。一旦我的鼠标离开输入字段,即使该字段仍然处于焦点状态,Tipsy 也会停止显示。什么可能导致此问题?基于这个jQuery醉酒插件。焦点触发器不起作用。这不是导致问题的实际插件
上测试它的页面
I'm using the Tipsy jquery plugin and the focus triggers acts the same way as the hover trigger. Tipsy stops displaying once my mouse is off an input field even though the field is still focused. What could cause this issue? Based on this jQuery tipsy plugin. On focus trigger not working. It's not the actual plugin that's causing the issue
Here's the page I'm testing it on
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您将需要更新您正在使用的 Tipsy 文件。 您现在使用的与Tipsy 的最新版本。
You will want to update Tipsy file you are using. The one you are using right now is significantly different than the latest version of Tipsy.
正如Haochi所说,您需要将Tipsy版本更新为1.0.0a。然后使用以下代码将悬停和焦点添加到您的醉酒工具提示中(演示):
As Haochi says, you need to update your Tipsy version to 1.0.0a. Then use the following code to add both hover and focus to your tipsy tooltips (demo):