[jQuery] option to see evidence of jquery binding in the html markup?

[jQuery] option to see evidence of jquery binding in the html markup?


It's great to have separation of concerns with jquery, removing
javascript from the markup, but I've noticed that it can be difficult
to start to understand how an application works (say you've inherited
an app for instance) if there's lots of jquery bound events, and no
evidence of that in the html page.
I'm wondering if theres a way (options, plugin, etc) to have jquery
add some kind of attribute to the elements, which are being bound, so
that someone looking at the runtime page can more easily track all of
the events. is there a way to do this?