SyntaxFix
Write A Post
Hire A Developer
Questions
var otherInput = $(this).closest('.row').find('.inputQty');
That goes up to a row level, then back down to .inputQty.
.inputQty