哪些工具提示插件与 jQuery 1.5(当前版本)兼容?
有大量优秀的 jQuery 工具提示插件,但大多数似乎已经过时了。特别是,我们想使用 qTip,但它只支持 jQuery 1.3。
哪些工具提示插件支持 jQuery 1.5?
您最喜欢哪些工具提示插件,为什么?
谢谢!
There are a ton of excellent tooltip plugins for jQuery, but most seem outdated. In particular, we wanted to use qTip, but it only supports jQuery 1.3.
Which tooltip plugins support jQuery 1.5?
Which are your favorite tooltip plugins, and why?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是什么让您认为适用于 jQuery 1.3 的插件无法在 jQuery 1.5 中使用?...来自 qTip 站点:
What makes you think a plugin made to work with jQuery 1.3 won't work in jQuery 1.5?.... from the qTip site:
你应该使用 cluetip
它很容易使用,看演示,并且有各种皮肤
You should use cluetip
Its easy to use, see the demo, and there is all kind of skins
我正在从 qtip 版本 1 转换为 qtip 版本 2 http://craigsworks.com/projects/qtip2 /
我正在使用 jquery 1.4.4,但根据文档,它适用于 jquery 1.5
还有许多其他功能,其中包括,例如 ajax、模态等。Qtip2
有详细的文档、各种不同的演示和教程。
我在这里浏览了整个列表:http://www.enfew。 com/21-best-jquery-tooltip-plugins-tutorials/ 并决定选择 qtip1,当我发现 qtip 版本 2 时,我就确定它为我的使用提供了最佳解决方案。
I am in the process of converting from qtip version 1 to qtip version 2 http://craigsworks.com/projects/qtip2/
I am using jquery 1.4.4 but according to the documentation it works with jquery 1.5
There are many other features which are included such as ajax, modal etc.
Qtip2 has detailed documentation, various different demos and tutorials.
I went through an entire list here: http://www.enfew.com/21-best-jquery-tooltip-plugins-tutorials/ and decided to settle on qtip1 and as soon as I discovered qtip version 2, I was settled that it provides the best solution for my usage.
jQuery UI Tooltip(仍在开发中)非常核心 - 并且主要功能于此点...有些功能将在 1.9 版本发布之前显示,但您可以获取 来自 github 的源码,看看他们是如何实现它的。
jQuery UI Tooltip (still under development) is pretty hardcore - and mostly functional at this point... There are features that are going to show up before they release it with 1.9, but you could grab the source from github and take a look at how they implement it.