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.
- Host: GitHub
- URL: https://github.com/mpstyle/jquery-tooltip
- Owner: MpStyle
- Created: 2012-06-20T19:32:10.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-12T20:09:10.000Z (over 13 years ago)
- Last Synced: 2025-06-25T07:42:42.912Z (9 months ago)
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.