Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FireQuery-like plugin for Google Chrome

Tags:

Is there a plugin for Chrome that allows you to see jQuery events attached to DOM elements? In Firefox you can use Firebug with the FireQuery extension, but I can't find anything like it for Chrome.

Are there any other easy ways to see the attached events in the Chrome inspector?

like image 203
rickythefox Avatar asked Oct 12 '11 08:10

rickythefox


People also ask

What is the Firebug equivalent for Chrome?

There is a Firebug-like tool already built into Chrome. Just right click anywhere on a page and choose "Inspect element" from the menu. Chrome has a graphical tool for debugging (like in Firebug), so you can debug JavaScript.

What is Firebug Lite?

Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elements with your mouse, and live editing CSS properties.


1 Answers

Not necessarily for Chrome inspector, but I personally love the bookmarklet Visual Event. It displays a great overlay above the page, with icons showing what elements have events bound to them, and you can hover over the icons to show the event code.

A helpful tool for any browser.

like image 56
GregL Avatar answered Sep 20 '22 11:09

GregL