So if I had an input element in a certain div and another input element in that same div, is there a way I could reference that second input element from a $(this) that came from a change event of the first input element? This way I could have an infinite number of possible divs but each change would only effect the second element of that is sharing the div with the first element (which called the change event)?
Share
or if it’s before:
or if you’re not sure: