Sean Catchpole wrote:
>
> On 6/25/07, Kia Niskavaara <[EMAIL PROTECTED]> wrote:
>> Will this work if a site already is using jquery?
>
> Should do, jQuery has it's own "double loading" protection.
>
Yes, but what about other libraries?
http://docs.jquery.com/Using_jQuery_with_Other_Libraries
"If you want to make sure that jQuery won't conflict with another library - but
you want the benefit
of a short name, you could do something like this"
var $j = jQuery.noConflict();
Maby this should be included in the greasemonkey script?
Kia