Using jQuery in Firefox Addons

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!

+4
source share
1 answer

You can use the index loader to load JavaScript code (including jQuery) into an arbitrary area. See https://developer.mozilla.org/en/MozIJSSubScriptLoader .

0
source

All Articles