I have a series of rows with columns and I want to select the value of an input field that is in a previous column to the input field (price input)
input
var otherInput = $(this).closest('.row').find('.inputQty');
That goes up to a row level, then back down to .inputQty.
.inputQty