Web 2.0 balloon tooltip with prototype and scriptaculous

By | May 29

A very nice balloon tooltip from is another gift of the web 2.0 era. Look at the stylish appearance and enjoy…

Balloon tooltip

This beauty from BeauScott uses the prototype javascript library including some little extensions and scriptaculous. Supported features are for example getting the tooltips content direclty from an XML or HTML file. Furthermore its interface for the usage is simple as well. Example:

javascript
< view plain text >
  1. var h = new HelpBalloon({
  2.    title: 'Webdevbros.com',
  3.    content: 'webdevbros is providing you some freaky content.'
  4. });

Here is the original post from Beau Scott:

One comment on “Web 2.0 balloon tooltip with prototype and scriptaculous

  1. nice look and feel.