Read more

input: A DOM event that is fired whenever a text field changes

Henning Koch
June 15, 2015Software engineer at makandra GmbH

If you're supporting IE9+, you can listen to input Show archive.org snapshot to see if a text field changes.

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

Other than change, it fires while the user is typing and doesn't wait until the user blurs the field.

Older workarounds included polling the field every X ms to see if its value changed.

Unfortunately input is not triggered for check boxes.

Posted by Henning Koch to makandra dev (2015-06-15 11:28)