Skip to content

motivateco/nice-tooltip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.0%
  • Shell 0.4%