-
Notifications
You must be signed in to change notification settings - Fork 0
antelopeb/jQuery-Easy-Tooltip
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
custom tooltip for jQuery v 0.1 Author: Greg Davis http://www.monsterworksdesign.com/ Takes options of topOffset to help align properly and structure to allow the user to indicate their own string of HTML for the structure. To do this, one needs to indicate a container with the class of "tooltipContent" for the title to be written correctly. Usage - create a href link with a class of "easyTooltip" and give it a title with the information you want in the tooltip. Then put in your document.ready: $easy_tooltip(".easyTooltip", { topOffset: [an integer value], structure: [an HTML string for layout] }); All options are optional. Tee-hee.
About
A jQuery tooltip that allows a custom HTML string to be passed in through options but still offers easy implementation.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published