Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smallest tooltip script (no jQuery)

Does anyone know one?

All the ones I found on the web use either jQuery or Prototype, which I don't want to load just to show some tooltips.

like image 982
Alex Avatar asked Jul 13 '12 17:07

Alex


1 Answers

qTip is the smallest tooltip library I know (only 2K filesize) and does not require jQuery or external plugins. In addition, it's one of few add-ons that are compatible with IE 5.5 and on.

qTip: http://qrayg.com/learn/code/qtip

For more tooltip plugins (some of which do require jQuery):

Reference: http://coding.smashingmagazine.com/2007/06/12/tooltips-scripts-ajax-javascript-css-dhtml/

like image 177
Daniel Li Avatar answered Nov 04 '22 15:11

Daniel Li