There is a table that dynamically generates text fields at runtime. I want to delete a row that has been checked. The table is associated with the database.
And the checkbox identifier was added by the TABLE DATA ID. If, check the box and click "Delete", it should be removed. I have end codes.
I just want to get the ID value of any checkbox that will be selected because it contains the row id along with its own id.
The dynamically generated window code is as follows.
x+= "<td>" + "<input id='cid"+id + "'type=checkbox />"
Any suggestions would be appreciated. Here I use JavaScript. JQuery notations are also useful to me. Thanks
Any conceptual representation of selecting more than 1 row and deleting will be more valuable.
Thanks again.
user405398
source
share