[jQuery] Re: Can I somehow see what events are binded to a DOM element?
jayarjo,
you might be interested in firequery, an experimental firebug
extension that visualizes jQuery manipulations.
http://firequery.binaryage.com/
On Oct 29, 7:54 am, Bjarki <bjar...@gmail.com> wrote:
> Using firebug:
> you can write $('selector').data('events') in the console and run it.
> then you will get all the events bound to that object.
>
> you can click the events in firebug and go to there source to view
> them.
>
> On Oct 28, 11:45 am, jayarjo <jaya...@gmail.com> wrote:
>
> > I wonder if I can see somewhere what events are binded to a DOM
> > element (in FireBug maybe). Maybe it's obvious, but I just don't know
> > yet if it's even possible.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home