On 6/27/07, Kia Niskavaara <[EMAIL PROTECTED]> wrote:
Yes, but what about other libraries?
var $j = jQuery.noConflict();
Maby this should be included in the greasemonkey script?

An excellent point, perhaps I'll stick the entire "[code]" region
inside of a closure so that one can still call jQuery using $, but
without conflicting other libraries.

(function($){ [code] })(jQuery);

~Sean

Reply via email to