-
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. This add-on is built on top of native developer tools in Firefox. Firebug 3 isn't required, but some of the screen-shots below show how native developer tools look like when Firebug theme is activated.
Try it for yourself:
- Install FireQuery
- Load
http://getfirebug.com/
- Execute
$('span')
on Console panel Command line. - Check out the
jQuery
object logged in the Console panel.
You can also use this online test page.
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 also displays the envelop icon ✉ for elements with jQueryData. Clicking the icon opens a popup with details. See screenshots showing Firebug, Dark and Light themes below.
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