modificar onclick compatible con internet explorer


/ Published in: JavaScript
Save to your folder(s)

modificar onclick compatible con internet explorer !


Copy this code and paste it in your HTML
  1. document.getElementById('id').onclick = function () { alert('hola'); };

Report this snippet


Comments


You need to login to view comments.