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.

Reply via email to