Very Simple jQuery Tooltip Plugin tin tooltip - Download Very Simple jQuery Tooltip Plugin - tin-tooltip

Download Very Simple jQuery Tooltip Plugin – tin-tooltip

Posted on

This time I will share jQuery Plugin and tutorial about Very Simple jQuery Tooltip Plugin – tin-tooltip, hope it will help you in programming stack.

Very Simple jQuery Tooltip Plugin tin tooltip - Download Very Simple jQuery Tooltip Plugin - tin-tooltip
File Size: 2.32 KB
Views Total: 663
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   



tin-tooltip is a very small and simple to use jQuery script used to create rich text tooltips from plain html and with one JS call.

How to use it:

1. Download the plugin, unzip it and then load the tooltip.js script after loading jQuery library.

1 <script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
2 <script src="tooltip.js"></script>

2. Add any text (or html snippets) into the tooltip using pop-title attribute.

1 <span pop-title='This title will be displayed as <b>tooltip</b>'>Hover me</span>

3. Just call the TinTip() method on document ready and done.

1 $(document).TinTip();

This awesome jQuery plugin is developed by tintucraju. For more Advanced Usages, please check the demo page or visit the official website.




source : jqueryscript.net