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
You could try:
$(this).closest(".column").prev().find(".inputQty").val();