views:

12

answers:

2

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.

A: 

Try using Firebug and the FireQuery extension.

Ken Redler
A: 

Maybe the extension for firefox, FireQuery can help you.

Topera