<p id="row0"><input style="width: 25px;" name="ilosc[0]" type="text"> <input style="width: 550px;" name="produkt[0]" type="text"> <input style="width: 50px;" name="cena[0]" type="text"> <a href="#" id="zamowienie" onclick='removeProduct("#row0"); return false;'>Usuń</a></p>
<p id="row1"><input style="width: 25px;" name="ilosc[1]" type="text"> <input style="width: 550px;" name="produkt[1]" type="text"> <input style="width: 50px;" name="cena[1]" type="text"> <a href="#" id="zamowienie" onclick='removeProduct("#row1"); return false;'>Usuń</a></p>
<input type="button" onClick='button_click(); return false;' id="przeladuj" value="Przeladuj cenę"> // button where i make action with function button_click