Simple Jquery Tooltip

by wizbay 27. January 2011 17:13

Simple and easy to use jquery tooltip plugin from http://dev.mariusilie.net/content/simple-tooltip-jquery-plugin

How to use

$("#some-element").simpletooltip()
or
$("a.some-class").simpletooltip()

Caution

The text displayed in tooltip is the same as the TITLE attribute of the element.

Download

Click here to download the simpletooltip jquery plugin.

Additional Info

  • Tested with IE 6+, Firefox 3, Safari 4 and Opera 9
  • jQuery 1.3.2 (it should work with previous releases of jQuery, but I didn't test it) 

Changelog

v1.1

  • tooltip flips to the left/top of the cursor if it goes out of the screen. Now it is always displayed on the visible area

v1.0

  • display a tooltip on mouseover

Tags: , , ,

Jquery

Comments are closed