I am getting the element as
var minPricePerInputField = $("input#A"+indexNr);
The element can be present also or not also. I am getting some [object Object] thing. I have no idea what is this. I am receiving this [object Object] when the element is not there.