[jQuery] Re: jQuery in a Firefox Extension...

2009-01-18 Thread Nic Luciano
Anyone? I was looking forward to using jQuery in the extension but I might have to do without... :[ On Fri, Jan 16, 2009 at 3:47 PM, Nic Luciano wrote: > Hm, that makes sense. So, I suppose I could do something like > > jQuery.noConflict(); > var doc = window.content.document; > jQuery("#id"

[jQuery] Re: jQuery in a Firefox Extension...

2009-01-16 Thread Nic Luciano
Hm, that makes sense. So, I suppose I could do something like jQuery.noConflict(); var doc = window.content.document; jQuery("#id", doc); Which would solve the issue that jQuery doesn't live in the HTML anymore (and lives in the browser). But how would this work on .ajax functions? Do I have

[jQuery] Re: jQuery in a Firefox Extension...

2009-01-16 Thread Eric Garside
I'm pretty sure the problem is that jQuery is defining itself in it's header section as something like window.jQuery = jQuery = $ or some such referential transitive equation strand. I'm not an expert at FF plugins, but I have gone through the motions of building one that modified current pages on