Web 2.0 balloon tooltip with prototype and scriptaculous
published on May 29, 2007 by Michal
category: Javascript, protoypejs, scriptaculous, user interface design
category: Javascript, protoypejs, scriptaculous, user interface design
A very nice balloon tooltip from BeauScott.com is another gift of the web 2.0 era. Look at the stylish appearance and enjoy...

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:
-
var h = new HelpBalloon({
-
title: 'Webdevbros.com',
-
content: 'webdevbros is providing you some freaky content.'
-
});
Here is the original post from Beau Scott:
http://www.beauscott.com/2006/08/19/ajax-enabled-help-balloons/



(8 votes, average: 3.75 out of 5)