I will try to summarize my issue clearly;
jQuery’s .on('change')
function doesn’t seem to recognize the value of an input when its being changed via another element.
Is there any other way to check for an inputs change?
Quick codepen as example of my problem.