jQuery Audit is a Chrome extension that creates a sidebar in the Elements panel, allowing you to audit jQuery's delegated events, internal data, and more. It provides live DOM nodes, functions, and objects for easy analysis and debugging. Find delegated events, their handlers, and explore variables as objects in the Sources panel. With jQuery Audit, you can efficiently inspect and analyze jQuery usage in your web development projects.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
jQuery Audit creates a sidebar in the Elements panel containing jQuery delegated events, internal data, and more, as live DOM nodes, functions, and objects.
Find delegated events and their handlers.
Variables behave like objects in the "Sources panel - Scope Variables" sidebar. You can right-click on a function and goto "Show Function Definition", or hover over a DOM node to highlight it in the document, as well as right-clicking it to "Reveal in Elements Panel".
Great for working with events. An auto refresh functionality would be nice, as I'm forced to select a different element and then go back to the one I want. But works great for events, helps with debugging so much!!!! Recommend it!!
If it complains about the window.jQuery not present, just set it manually in console.