jQuery 工具提示可点击吗?
我正在使用这个工具提示插件: http://bassistance.de/jquery-plugins /jquery-plugin-tooltip/
有什么方法可以使工具提示可点击吗?当我尝试将鼠标悬停在工具提示上时,我不希望工具提示消失。
如果没有,您推荐哪些其他 jQuery 插件可以允许可点击的工具提示?我需要的一项功能是能够为工具提示指定自定义内容,该内容不与页面中的任何其他 HTML 元素关联。
谢谢!
I'm using this tooltip plugin: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
Is there any way I can make the tooltip clickable? I don't want the tooltip to disappear when I try to mouse-over it.
If not, what other jQuery plugin do you recommend that will allow clickable tooltips? One feature I NEED is the ability to specify custom content for the tooltip, content which is not associated with any other HTML element in the page.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 jsfiddle 上准备了一个带有可点击工具提示的示例: http://jsfiddle.net/PEH7t/12/
I prepared an example with clickable tooltips on jsfiddle: http://jsfiddle.net/PEH7t/12/
让
div
向上滑动并使用它更容易。谢谢
让
Its easier to have a
div
to slide up and use the same.Thanks
Jean