[<input id="unit_quantity_0" name="lines[0][quantity]" placeholder="Quantité" type="text" value="23,60">
,<input id="unit_quantity_2" name="lines[2][quantity]" placeholder="Quantité" type="text" value="5,60">]
How do I change the ',
' in values to '.
'
$("[id^=unit_quantity_]")
returns the array.
Thanks.