$("#tableid tbody:last").append(html);
This creates table rows dynamically. Each newly created row has a "remove" button.
Now if i click that remove button that row will be deleted. How can i do this.
Thanks in advance.
This creates table rows dynamically. Each newly created row has a "remove" button. Now if i click that remove button that row will be deleted. How can i do this. Thanks in advance. |
|||
|
|
using Edit
The way to go now is using
See the doc. |
|||||||||||||
|
|
You can use this code to delete the parent row containing the clicked button:
For a live example see this link. For more information see this article. |
|||||||||||
|
|
You could do something like:
|
|||
|
|