Document.On Chenage Jquer
$(document).on('change', 'input', function() {
// Does some stuff and logs the event to the console
});
Helpful Hippopotamus
$(document).on('change', 'input', function() {
// Does some stuff and logs the event to the console
});