gigamaster
Articles > Gigamaster > Viewing jQuery DOM Event Bindings With FireBug
Viewing jQuery DOM Event Bindings With FireBug
- 2009/10/6 4:23
- Gigamaster in jQuery, Code
The ease with which we can bind events to DOM elements using jQuery is a huge part of what makes jQuery so awesome. But, as with many things that are wired-up programmatically, when something doesn't work, it can be hard to figure out where it went wrong. One cool tip that I picked up reading Cody Lindley's jQuery Enlightenment book is that jQuery-bound events are actually stored in the data() method using the "events" key. This means that if we need to, we can use FireBug at runtime to inspect the events that are bound to a given DOM element."
video
via bennadel.com
video
via bennadel.com
Powered by Plugg

