<input class="lf" id="r3-1" type="text"/>
<input class="rf" id="r4-1" type="text"/> <br>
<input class="lf" id="r3-2" type="text"/>
<input class="rf" id="r4-2" type="text"/> <br>
...
How to add values from this inputs into var code='';
like this?
ABC "value r3-1" "value r4-1"
ABC "value r3-2" "value r4-2"
