eric-poitras / nice-tooltip

Nice tooltip for web pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nice-tooltip

Simple drop-in replacement to get nicer tooltips on web page.

This library have the following features:

  • Works with disabled input.
  • Support plugin to pre-process title before display. (Example, you want to have textile tooltips)
  • Support rendering html tooltip.
  • Support dynamic modifications of the DOM.

This library have the following limitations:

  • Only been tested with IE10+, Chrome, Firefox and Safari. I do not expect to test it with IE9 but feel free to do it !

Usage:

$( function() { $.nicerTooltip(); });

About

Nice tooltip for web pages.


Languages

Language:JavaScript 97.6%Language:CSS 2.0%Language:Shell 0.4%