Actually the code is already here: http://dev.jquery.com/view/trunk/plugins/tooltip/jquery.formtip.js with ugly css: http://dev.jquery.com/view/trunk/plugins/tooltip/jquery.formtip.css
Requires the delegate plugin: http://dev.jquery.com/view/trunk/plugins/delegate/jquery.delegate.js Jörn On Mon, May 19, 2008 at 11:26 PM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > I've have something similar as a plugin on a project. Its not polished > at all, but already works with keyboard events (reacts to focus/blur > instead of click). > > If interested, I'll upload the current version to give you a starting point. > > Jörn > > On Sun, May 18, 2008 at 11:37 AM, MartinS <[EMAIL PROTECTED]> wrote: >> >> Can jquery or a plugin do this: >> >> On http://www.ns.nl -> click on the inputfield next to 'station'. A >> text balloon shows up and disappears when you click somewhere on the >> page. It would be great if you could change the text in the balloon >> for each input field. >> >> >