Document.on Chenage Jquer

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