Here is a quick and extensible framework to enable popup windows, popup bubbles, or popup anything. Currently the framework does not create extra DOM elements or style anything differently. It relies on the developer to create the DOM element that will be the popup bubble (or whatever). This extension give you the flexibility to bind any number of events to show or hide the bubble. It also supports having the bubble hide on a timer and comes with a complete event model allowing you to intercept the hide and show bubble events (and cancel them if needed) and fire your own methods upon completion.




[...] 8. jQuery popup bubble extension [...]