Dan Dumitrache

Software and Web Development

Dan Dumitrache
Skip to content
  • About
  • Posts
  • Resume
  • Portfolio
  • Contact

Tag Archives: keypress event

JavaScript Event Handlers

Leave a reply

Table of content:

  • What is an event handler
  • Event handlers in HTML Elements
  • Event handlers list
  • The Abort Event (onabort)
  • The Blur Event (onblur)
  • The Change Event (onchange)
  • The Click Event (onclick)
  • The Focus Event (onfocus)
  • The Keydown Event (onkeydown)
  • The Keypress Event (onkeypress)
  • The Keyup Event (onkeyup)
  • The Load Event (onload)
  • The Mousedown Event (onmousedown)
  • The Mousemove Event (onmousemove)
  • The Mouseover Event (onmouseover)
  • The Mouseout Event (onmouseout)
  • The Mouseup Event (onmouseup)
  • The Reset Event (onreset)
  • The Submit Event (onsubmit)
  • The Unload Event (onunload)

What is an event handler

An event handler is a predefined JavaScript property of an object that is used to handle an event on a web page. When a viewer of a web page performs an action such as clicking a button, moving the mouse over a particular part of the web page etc means that an event is taking place. JavaScript can identify these events and react to them making the web page more interactive and useful.

Continue reading →

This entry was posted in JavaScript and tagged abort event, blur event, change event, click event, event handlers list, focus event, JavaScript event handlers, keydown event, keypress event, keyup event, load event, mousedown event, mousemove event, mouseout event, mouseover event, mouseup event, reset event, submit event, unload event on 2020-08-13 by ddnro.

Categories

  • GNU Emacs
  • JavaScript
  • Python
  • Records
  • Thoughts

Links

Math
ESL Vietnam
Chemical Elements
Pigeons

© 2021 Dan Dumitrache

  • Sitemap
  • |
  • Copyright Notice
  • |
  • Disclaimer
  • |
  • Terms and Conditions
  • |
  • Privacy Policy