Jörn Zaefferer schrieb: > Hi jQueryians! > > I actually managed to release my first official and documented jQuery plugin, > a Tooltip implementation. It doesn't use AJAX, nor extra markup, only title > and href attributes and some styles. You can customize the delay after which > it should be displayed, default is instant display when hovering something. > > More details and examples can be found here: > http://bassistance.de/index.php/jquery-plugins/jquery-plugin-tooltip/ > > Comments are welcome! > > I'll commit the source to the jQuery SVN as soon as it is available again.
Hi Jörn, I like it! Using the title attribute instead of XHR degrades much better (uh, it degrades at all). I have done something similiar for Plazes, not very mature, quick and easy. Maybe I'm going to switch, but I'd need a clickable tooltip (appears on click only). Maybe you will add that some time? Is tabs a widget? I'd have to rename it to Tabs() ;-) But I don't like that not-yet convention. Having a little Java background uppercased class names represent a constructor to me... It is also harder to type in. Thank you for sharing! -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
