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

Popup Tooltip is a jQuery plugin that helps you create animated & closeable tooltips appending to the Html elements on page load.

popup

Documentation

Popup Tooltip

JQuery plugin for display popup tooltip

Need JQuery http://jquery.com/download/

Check live demo

alt tag

Version 0.2 (2014.11.28)
  • New trigger "hide";
  • Added new sides: "top-left", "top-right", "right-top", "right-bottom", "bottom-left", "bottom-right", "left-top", "left-bottom";
  • Redesigned example page;
  • Added minified .js and .css.

How to Use

$('#top').popupTooltip('top','Click to turn Premium Features on & off.');
  • First argument - Side ('left', 'right', 'bottom', 'top', 'top-left', 'top-right', 'right-top', 'right-bottom', 'bottom-left', 'bottom-right', 'left-top', 'left-bottom');
  • Second argument - Content text;

You May Also Like