Html button with onclick javascript

Code examples

13
0

javascript onclick button

var button = document.querySelector('button');
button.onclick = function() {
  //do stuff
}
1
0

javascript button onclick

document.getElementById('button').onclick = function() {
   alert("button was clicked");
};

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................