Difference between revisions of "Tabindex only"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<script> | <script> | ||
function add() { | function add() { | ||
− | document.getElementById("d1").addEventListener(" | + | document.getElementById("d1").addEventListener("mousedown",function() { alert('test')}); |
} | } | ||
</script> | </script> |