+ 1
[SOLVED] MutationObserver not working for input value.
I want the global observe function to be fired any time the input value is changed. Am I doing it right? https://code.sololearn.com/W12xMbDhOraG
3 Antworten
+ 4
Join the club, neither did I.🤷🏾♂️
+ 2
ODLNT Oh! Many thanks for the link. I did not know that there was a difference between PROPERTIES of DOM nodes and ATTRIBUTES of HTML elements.