Possible Duplicate:
What is the best way to remove a table row with jQuery?
If i have table with 3 rows using tr tag, how do I remove say the first row (index 0) with either jquery or some other javascript?
If i have table with 3 rows using tr tag, how do I remove say the first row (index 0) with either jquery or some other javascript? |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
This would remove the 3rd row in a table.
Also, don't forget to use |
|||
|
|
|
The jQuery docs are a great resource for this kind of thing...
|
||||
|
|
|
|
||||
|
|
|
Here's the "some other javascript" approach, which is itself very simple:
|
|||
|
|