1

I'm writing a Firefox Addon and I was wondering if I could take advantage of frameworks such as jQuery within my Firefox addon source code? Would it be as simple as including the jquery JS file within my addon's package folder and linking to it in my XUL file?

Cheekysoft
  • 35,194
  • 20
  • 73
  • 86
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607

1 Answers1

2

First hit on Google for 'firefox addon using jQuery' points to:

http://gluei.com/blog/view/using-jquery-inside-your-firefox-extension

How to use jQuery in Firefox Extension

Community
  • 1
  • 1
SolutionYogi
  • 31,807
  • 12
  • 70
  • 78