jquery on change and start code example
Example: jquery on change
$(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
});