Manipulating row data with Javascript

Posted by fivetwentysix on Stack Overflow See other posts from Stack Overflow or by fivetwentysix
Published on 2010-04-26T05:05:34Z Indexed on 2010/04/26 5:13 UTC
Read the original article Hit count: 183

Filed under:

I have a specific question, I have a link in a table in the third column of each row, when the user clicks that link he loads some ajax and updates the page, what I want to also happen is that in the 2nd column of the row where the link is, change the td's class from false to true, and the value from No to Yes.

Thanks!

© Stack Overflow or respective owner

Related posts about JavaScript