Wednesday, 31 October 2018

How can you find the source for an "onevent" handler in HTML, without the event listeners panel?

I'm looking at an element that has several event handlers added to it the old-fashioned way--

<input onblur="doSomething()" onkeyup="doSomethingElse()">

When I check the event listeners panel in the inspector, it is entirely empty.

Is there a way to find the code for these in the page's source besides manually ctrl+f'ing for the function names?



from How can you find the source for an "onevent" handler in HTML, without the event listeners panel?

No comments:

Post a Comment