How to check if an input has changed without focus? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to check if an input has changed without focus?

Normally, an input changes when the user clicks on another element. But I need to track every change, even when the user is currently writing. Is this possible? (JS or Jquery)

19th Feb 2018, 3:13 PM
Manuel 48
Manuel 48 - avatar
2 Answers
+ 2
Thanks! I found a solution.
19th Feb 2018, 3:31 PM
Manuel 48
Manuel 48 - avatar
0
Guess you already found the solution, but the onchange event maybe can help you
19th Feb 2018, 4:10 PM
Hugo Puyol
Hugo Puyol - avatar