I am trying to find a JavaScript string that binds an event to a node. The Chrome inspector shows me a few 'click' entries in the event listeners, but each one just points to a single line in _createResponder in prototype.js. I would like to know where these events were related, and what code works when they fire. Is there any way to find out?
source
share