Skip to content

MpStyle/jquery-tooltip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A jquery plugin for show elegance tooltips.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published