js document on change code example
Example: document.on chenage jquer
$(document).on('change', 'input', function() {
// Does some stuff and logs the event to the console
});
$(document).on('change', 'input', function() {
// Does some stuff and logs the event to the console
});