SyntaxFix
Write A Post
Hire A Developer
Questions
closest() only looks for parents, I'm guessing what you really want is .find()
closest()
.find()
$(this).closest('.row').children('.column').find('.inputQty').val();