How to access table cells from jquery

Posted by Sayem Ahmed on Stack Overflow See other posts from Stack Overflow or by Sayem Ahmed
Published on 2010-03-18T08:10:40Z Indexed on 2010/03/18 8:21 UTC
Read the original article Hit count: 217

Filed under:

Ok, I have a table which contains multiple rows. Each row contains some data and a hyperlink. When this link is clicked, I need to open up jquery's dialog form and let the user able to edit the data of the corresponding rows. So when the link is clicked, I need to access the values of the corresponding row cells from jquery.

How can I do that ?

© Stack Overflow or respective owner

Related posts about jQuery