Getting a Single TR Node Using a Known TR Element ID
Getting a Single TR Node Using a Known TR Element ID
![ViktorNacht](https://secure.gravatar.com/avatar/4da87524cc88e34a61e05b610df2ad7b/?default=https%3A%2F%2Fvanillicon.com%2F4da87524cc88e34a61e05b610df2ad7b_200.png&rating=g&size=120)
I have a table where each TR has an ID that I've assigned (e.g. ""). I need to update a single row based on the ID, however it looks like I have to use fnGetNodes first to pass a TR node to fnUpdate. How do I get a single TR node based on the ID I assigned to the TR element?
Thanks!
V
Thanks!
V
This discussion has been closed.
Replies
but using numeric ID's is kind of a no-no in HTML. some browsers might not work well with identifiers that don't start with an alphabetic char or _
you could make your code easier to understand and more compliant by using ID's like