jQuery plugin to add balloon tips to elements
npm install jquery-balloon-jsDemos
------------------------
See demos.
Quick start
------------------------
(1) Download and load this plugin javascript file after jQuery.
``html`
(2) Call $().balloon(options) in document ready event of jQuery.
`javascript``
$(function() {
$('selectors').balloon(options);
});
Distinct features
------------------------
+ Without css and images. Easy to apply to a website.
+ Edge of balloon tip is placed on optimized position.
+ Styled by both script and css.
+ Light weight and Fast even if the page has many balloons.
+ Any HTML and jQuery object as balloon tip contents.
+ User-friendly API.
+ Fine-tunable position, animations and some effects.
+ Advanced methods for power user.
Copyright
------------------------
© 2011 Urin