Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 735 Bytes

File metadata and controls

19 lines (12 loc) · 735 Bytes

FormBubble is a new light-weight jQuery plugin, weighing in at only 3.28KB minified. In addition to its small size, a huge advantage of this plugin when compared to other tooltip plugins is that nearly all of the functions can be accessed programatically. This means you can bind any of the plugin’s functions to your own custom events. Also, many of the functions can be overridden.

$('#new').click(function() {
    $(this).formBubble({
        text: 'Hello World!'
    });
});

Homepage: - lyconic.com/resources/tools/formbubble

Copyright © 2010 Lyconic, LLC. See LICENSE for details.