Skip to content

bencripps/jquery.thoughtBubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery thoughtBubble

What's this?

A small library that creates animated thought bubbles/tooltips.

Preview:

alt text

Demo:

You can find a live demo here.

Installation:

Download the source files. Include the JavaScript and CSS files (jQuery is required):

<link rel="stylesheet" href="../src/jquery.thoughtBubble.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src='../src/jquery.thoughtBubble.js'></script>

Methods/Customization:

Currently, only font-family, color, text, bubble color, and animation speed are customizable through the plugin. Positioning can be modified by modifying the .bubble-holder class from within the plugin CSS.

Suggestions/Bugs:

For any bugs/suggestions please send me an email or submit an issue. Feel free to fork.

About

A jQuery plugin for creating animated thought bubbles.

Resources

Stars

Watchers

Forks

Packages

No packages published