Using jQuery in Firefox Addons
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 late开发者_如何学Gost 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.
精彩评论