Does anyone know how to use jQuery in Firefox addon correctly? I looked, but I still canโt find the current version of jQuery, and I know that I canโt just enable it using the script tag due to conflicts.
Thanks in advance!
You can use the index loader to load JavaScript code (including jQuery) into an arbitrary area. See https://developer.mozilla.org/en/MozIJSSubScriptLoader .