-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Jan Odvarko edited this page Sep 1, 2015
·
12 revisions
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:
- Install FireQuery (currently beta)
- Load
http://getfirebug.com/
- Execute
$('span')
on Console panel Command line. - Check out the
jQuery
object logged in the Console panel.
Note that elements with jQuery data associated display a little envelop in the Console panel. You can inspect the data by clicking on the envelop. The Inspector panel displays direct preview of the data.
FireQuery is free and open source software distributed under the BSD License.
- See FireQuery Developer Guide
- Report an issue
- DevTools Extension Examples: https://github.com/mozilla/addon-sdk/tree/devtools/examples