🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

An ultra-light jQuery plugin which allows you to create highly customizable and styleable tooltips on your web page.


Documentation

tooltip

jQuery tooltip plugin

How it work

html

<a href="http://caibaojian.com" title="about frontend website">caibaojian</a>

jQuery

<script>$(function(){ $("a").tooltip();}); </script>

config

config name default value config description
positionPro "position" position property
positionValue null position value ,you can set it as 'top' or 'left'
positionX 10 position X distance
positionY 20 position Y distance
tipEle "tooltip" set the tooltip ID
tipText 'title' set the tooltip property
tipFlag true set it see or not

You May Also Like