Is it possible to know which element in the HTML is responsible for the action causing the error in JavaScript?
code:
<button onclick="a(this);">GO!</button>
<script>
window.onerror = function(message, source, lineno, coln...
asked by
15.04.2016 / 21:27