An open API service indexing awesome lists of open source software.

https://github.com/mpstyle/jquery-tooltip

A jquery plugin for show elegance tooltips.
https://github.com/mpstyle/jquery-tooltip

Last synced: about 2 months ago
JSON representation

A jquery plugin for show elegance tooltips.

Awesome Lists containing this project

README

          

jquery-tooltip
==============

A simple jquery plugin for show elegance tooltips.

HOWTO
=====

Insert into head of html page the code above:

@import url(jquery-tooltip.css);

Set the attributes "id" and "title" of the element where you want to show
the tooltip.
Set the attribute "class" of the same element at "jquery-tooltip-parent".

Enjoy!

See the example.html file for more info.