Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery lightweight tooltip script recommendation [closed]

I am looking for a lightweight jQuery script for tooltips that is lightweight and can be easily used with image maps... Ideally it would automatically take the 'title' of each the area tag to function as a tooltip. The reason this is an issue is I have hundreds of areas (its a world map) and a line of code for each tooltip will soon add up in file size.

qTip can do this... but its 38kb... which is more than even jQuery itself. Any recommendations?

like image 517
Mark Avatar asked Jan 07 '10 12:01

Mark


1 Answers

Not sure if it's exactly what you're looking for but check out Tipsy:
http://onehackoranother.com/projects/jquery/tipsy/

9 KB uncompressed
4 KB minified

like image 185
Sabazou Avatar answered Oct 15 '22 04:10

Sabazou