Sam Collett schrieb:
> On 06/11/06, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote:
>> 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.
>>
>> --
>> Jörn Zaefferer
>>
>> http://bassistance.de
> 
> A suggestion - perhaps you should use 'jQuery' instead of '$' as isn't
> that the convention for plugin authoring?
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/


Jörn took care of that and simulated block scope:

(function($) {

     ...

})(jQuery);


-- Klaus

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

Reply via email to