Fork me on GitHub

JQuery Tooltip Plugin
by gdakram

A simple animated hover tooltip JQuery plugin

Demo

Mouseover any of the item boxes you see on the page.

Ex. 1
Ex. 2
Ex. 3
Ex. 4

Usage

HTML

<div class="your_selector">
  Help‽
  <div class="tooltip_description" 
    style="display:none;" 
    title="No worries">
    Help is on the way.
  </div>
</div>

Javascript

$("div.your_selector").tooltip();

Result

Help‽

License

MIT License

Author/Contact

Shahrier Akram (shahrier.akram@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/gdakram/JQuery-Tooltip-Plugin