Very Simple jQuery Tooltip Plugin - tin-tooltip

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

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.

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

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

<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.

$(document).TinTip();

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