> > http://bassistance.de/index.php/jquery-plugins/jquery-plugin-tooltip/

> A suggestion - perhaps you should use 'jQuery' instead of '$' 
> as isn't that the convention for plugin authoring?

The code does use jQuery instead of $. Jörn used the trick I suggested a
while back to get the best of both worlds - convenient coding with $ but not
using the global $. Note the function wrapper:

 (function($) {
    // plugin code here
 })(jQuery);

-Mike


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to