With ajax, I add to a table one row of an item and therefore imposed the id value of an input (connected to a button that opens the php page with that specific item card). The first entry (via append) is ok: the item is properly displayed and its id is properly assigned to the button but when I add (via append) the following item in the subsequent lines, the id of the setting of these successive item does not work: each of these id has the value of all ( With ajax, I add to a table one row of an item