Skip to content
Jan Odvarko edited this page Mar 17, 2015 · 12 revisions

FireQuery

Firefox plugin for jQuery development. Built on top of native developer tools in Firefox. Firebug 3 isn't required, but the screen-shot below shows how native developer tools look like when Firebug theme is activated.

Try it for yourself:

  1. Install FireQuery (currently beta)
  2. Load http://getfirebug.com/
  3. Execute $('span') on Console panel Command line.
  4. Check out the jQuery object logged in the Console panel.

Note that elements with jQuery data associated display a little envelop. You can inspect the data by clicking on the envelop.

License

FireQuery is free and open source software distributed under the BSD License.

Hacking on FireQuery

Further Resources

Clone this wiki locally