briancray / tooltipsy

Introducing a jQuery tooltip plugin for control-obsessed designers.
http://tooltipsy.com
MIT License
325 stars 97 forks source link

tooltipsy by Brian Cray

Lincensed under MIT - http://opensource.org/licenses/MIT (Changed 12/2/14)

HOW TO (THE EASY METHOD):

  1. Identify the HTML element that will trigger a tooltip, such as: Foobar
  2. Add a class name and title to the element Foobar
  3. Link to it with jQuery $('.hastip').tooltipsy();
  4. Style it with CSS however you like, for example: .tooltipsy { padding: 10px; max-width: 200px; color: #303030; background-color: #f5f5b5; border: 1px solid #deca7e; }
  5. Enjoy lovely tooltips

OPTION QUICK REFERENCE:

METHOD QUICK REFERENCE:

OTHER GREAT THINGS TO KNOW:

MORE INFORMATION VISIT http://tooltipsy.com/