jQuery Plugin to generate easy-to-use tooltips. GetTip is completely free and you can use, copy, merge, publish and distribute the plugin without any limitations or restrictions.
jquery tooltip on hover example, jquery tooltip with html content, bootstrap tooltip
How to make use of it:
1. Include the jQuery library, jQuery GetTip plugin
stylesheet, and JS files on the webpage.
<script src="jquery.min.js"></script> <script src="js/jquery.gettip.js"></script>
2. Create a default tooltip
from the title attribute on your element.
<button title="I am a tooltip">Hover Me</button>
3. Pass the options to the tooltip directly in the markup with the html5 datatip attribute.
<button data-tooltip="{OPTIONS HERE}" title="I am a tooltip">Hover Me</button>
4. Initialize the plugin.
$('[data-tooltip]').getTip();
5. Options and defaults.
// Offset tooltip "offset" : 8, // Position where the tooltip should appear // ("left", "top", "right", "bottom") "pos" : "top", // Event used to trigger tooltip // ("hover", "click", "focus") "on" : "hover", // Delay before showing a tooltip "delay" : 0, // Duration of animation events "duration" : 200,
simple customizable jquery tooltip, GetTip Plugin/Github
See Demo And Download
Official Website(Genett): Click Here
This superior jQuery/javascript plugin is developed by Genett. For extra advanced usage, please go to the official website.