Skip to content

evindor/NRTooltip

Repository files navigation

#NRTooltip

This is a tiny jQuery plugin for creating tooltips with html5 data attributes.

##Usage ... <script type="text/javascript" src="jquery.js"></script> ... <script type="text/javascript" charset="utf-8" src="NRTooltip.js"></script> <script type="text/javascript" charset="utf-8"> $( function() { $('#demo').NRTooltip(); $('#users').NRTooltip({elements: 'li'}); }); </script> ...

  • Admin
  • Visitor

You can use NRTooltip with one element or with a set of elements.

About

Create tooltips simply with HTML5 data attributes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published