JQuery Tools Tooltip VS JQuery UI Tooltip [closed]

纵然是瞬间 提交于 2019-12-11 02:18:14

问题


In one of my projects I use JQuery Tools Tooltip, and it works great. http://flowplayer.org/tools/tooltip/index.html

I just noticed, that JQuery UI is releasing in 1.9 a tooltip as well: http://docs.jquery.com/UI/API/1.9/Tooltip

Should I switch to this one?


回答1:


Only reason would maybe be if the UI version have some performance or other functionality improvements compared to your current solutions.

But as Karpie says. If your current solution works great there is no reason to switch.




回答2:


It comes down to if you are also using jQuery UI as well in the site, and if you are using theming or other events that could work back and forth.

Also if you are using jQuery UI already for other things, converting would potentially remove one extra JS script from having to load in.



来源:https://stackoverflow.com/questions/4895464/jquery-tools-tooltip-vs-jquery-ui-tooltip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!