Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 581 Bytes

jquery-tooltip

A simple jquery plugin for show elegance tooltips.

HOWTO

Insert into head of html page the code above:

<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <script type="text/javascript" src="jquery-tooltip.js"></script> <style type="text/css"> @import url(jquery-tooltip.css); </style>

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.