Hi,
If javascript is attached to an event using bind or delegate (jquery), it isn't straightforward to debug which elements will respond to which event, not to know if theres anything attached to them.
Is there any tool that can help watch and debug the JS attached to events, the javascript runnning on a webpage as a whole ?
Thank you.