1.5.0 • Published 9 years ago

rb-tooltip v1.5.0

Weekly downloads
2
License
GNU GENERAL PUBLI...
Repository
github
Last release
9 years ago

rb-tooltip

A javascript module to create tooltips on mouseover of any dom element

To use the module

var Tooltip = require('rb-tooltip');

var dom_tooltip = Tooltip();

dom_tooltip.init("dom elem to be bound with the tooltip", "Tooltip HTML",//html string for tooltip {placement : "top"} // default "bottom" );

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago