Does anyone know how to properly use jQuery in a Firefox addon? I've looked, but I can't find anyway that is relevant to the latest version of jQuery, and I know I can't just include it via script tag because of conflicts.
Thanks in advance!
Does anyone know how to properly use jQuery in a Firefox addon? I've looked, but I can't find anyway that is relevant to the latest version of jQuery, and I know I can't just include it via script tag because of conflicts.
Thanks in advance!
You can use the subscript loader to load JavaScript code (including JQuery) into an arbitrary scope. See https://developer.mozilla.org/en/MozIJSSubScriptLoader.