How to monitor changes in an HTML form
So let's say we have a profile settings page that displays a user's details in the Input fields and we disabled the save button, then we need to track when the form has been updated so we can enable the button.
The change event is a feature that elim...