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

Neat Tooltip is a lightweight jQuery plugin to create responsive, touch-friendly, hover- or click-activated tooltips appending to any html elements.


Documentation

neat-tooltip

I never found a JQuery tooltip plugin that satisfies me. So I ended up making my own using Typescript and SASS.

##Demo

Look at demo.html

##Features:

  • Light: about 3kB minified
  • Very versatile
  • Responsive (never get out of the screen)
  • Ok on touch screens
  • No image
  • Create custom styles with a SASS mixin and/or custom CSS
  • Tooltip content can be any html content
  • Support event delegation
  • Display on hover or click
  • Display after a short delay to avoid blink on fast mouse move over the page

Installation

You can install with Bower:

bower install neat-tooltip

Documentation

Look at demo.js, demo.html and demo.scss. This is the best documentation at the moment.


You May Also Like