For instance when I inspect the element, I want to know all events bound to an element..Where can I find these?
I asked a related question a while back, and got this answer:
You can see the jquery expression in firebug DOM inspector using FireQuery in firefox https://addons.mozilla.org/en-us/firefox/addon/firequery/
It worked for me!