Skip to content

sBubble is a jQuery tooltip plugin which is totally based on CSS3 for shapes and animations

Notifications You must be signed in to change notification settings

kevinwl02/jquery-sBubble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery sBubble Plugin

This version will trigger with click events instead of hover.

Demo

Click here for demo

Usage

Check this page for usage and customization options.

To close the bubble, you must specify elements that will close it on beign clicked. For this, include an array of ids in an extra parameter:

$('yourelement').sBubble({ ... closeIds: ['some-button-id', 'another-button-id'] });

About

sBubble is a jQuery tooltip plugin which is totally based on CSS3 for shapes and animations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.5%
  • CSS 33.5%