[jQuery] Using JQuery in firefox extension

2007-08-04 Thread Lucemia
error about content.$ is not a function or window.content.eval('$("img").click(function() { alert("hello")});); // could not use eval what should i do to make JQuery work in firefox extension? thanks lucemia

[jQuery] Using JQuery in firefox extension

2007-08-04 Thread Lucemia
or about content.$ is not a function or window.content.eval('$("img").click(function() { alert("hello")});); // could not use eval How should i do to use JQuery in firefox extension? thanks lucemia