Paul Bakaus schrieb:
> All major plugins use jQuery instead of $ because of these issues. If
> you have found a plugin that still uses the Dollar sign, check if you
> have an up-to-date version and if yes, try to inform the author of the
> plugin, point him to the plugins help pages on docs.jquery.com.
>
> -Paul
A lot of plugins also use this construct (because of which it may seem
from a quick look they're using $):
(function($) { // simulate block scope
// plugin code
})(jQuery);
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/