jQuery Tooltip Script

2019-09-03 08:32发布

I am looking for a straightforward jQuery tooltip script. I have been having troubles finding one that has a fixed position and doesn't move with the user's cursor. If anyone knows of one let me know :) Thanks!

4条回答
beautiful°
2楼-- · 2019-09-03 08:45

See there's this thing here called a search engine...

Okay, okay... I'll be more constructive...

My favorite is qTip 2. It does everything you want it to do. and you don't have to leave money on the table...

查看更多
迷人小祖宗
3楼-- · 2019-09-03 08:57

I use qTip2 from http://craigsworks.com/projects/qtip2.

By default, it does not move with the cursor. There are a bunch of options and some themes. The best part is that the developer answers all questions in his forum within a day or less.

Also here are some good ones meeting your requirement that it not follow the mouse cursor:

http://plugins.learningjquery.com/cluetip/

http://edgarverle.com/BetterTip/default.cfm

http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/

http://labs.dmlogica.com/dmltip/#more-53

http://www.ajaxdaddy.com/javascript-tooltip-jtip.html

http://plugins.jquery.com/project/bt

http://net.tutsplus.com/tutorials/javascript-ajax/build-a-better-tooltip-with-jquery-awesomeness/

http://www.dvq.co.nz/jquery/create-a-jquery-popup-bubble-effect/

http://code.drewwilson.com/entry/tiptip-jquery-plugin

http://css-plus.com/2010/04/create-a-speech-bubble-tooltip-using-css3-and-jquery/

http://gdakram.github.com/JQuery-Tooltip-Plugin/

As a side note, I'd stay away from the tool tip plugin that's part of jQuery Tools by Flowplayer. IMHO, jQ Tools is poorly implemented, out of date and not supported very well by the developer or his community.

100 various solutions on this page (however, some are not jQuery):

http://www.webdesignshock.com/showcase/best-tooltip-scripts-plugins/

查看更多
可以哭但决不认输i
4楼-- · 2019-09-03 08:57

The one I always use is: http://tutorialzine.com/2010/07/colortips-jquery-tooltip-plugin/

It's three short CSS lines to customize colors and easy to work with!

查看更多
The star\"
5楼-- · 2019-09-03 09:03

I always use this one here:

http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/

It has the option to both follow the cursor AND keep it's position, along with a few other helpful options. The css is also very minimal and therfore easy to change.

查看更多
登录 后发表回答