$('#table1 #row1 td')
Will match all of the TD objects within the specified row. The selectors work very similar to CSS selectors, I suggest you read the following: http://docs.jquery.com/Selectors Adam. -----Original Message----- From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On Behalf Of Raj Sent: 13 March 2009 03:55 To: jQuery Development Subject: [jquery-dev] Get the Specific Row from a Table. Hi All, I am new to jquery framework, I have a problem related to jquery, Please some one help me out. I have a table and inside a table I have some rows, Table have a specific ID and TR also have an ID. I have to find a TR with specified ID, and all its TD child. For Eg. <table id='table1'> <tr id='row1'> <td>1</td> <td>2</td> <td>3</td> </tr> <tr id='row2'> <td>1</td> <td>2</td> <td>3</td> </tr> </table> I have to find the TR with ID = row1 in table with ID=table1. Can any one please let me know the solution. Thanks in advance Raj *********************************************************************************************************** IMPORTANT INFORMATION & CONFIDENTIALITY NOTICE The information in this e-mail is confidential and may be legally privileged. It is intended solely for the named recipient. Access to this Email by anyone else is unauthorised. If you are not the intended recipient or the employee or agent responsible for delivering the message to the recipient named, please note that any use, disclosure, copying, distribution of this e-mail or any action taken or omitted to be taken in reliance on it is prohibited. If you are not the intended recipient, please inform us by returning a copy of the e-mail with the subject line marked "wrong address" and then deleting the e-mail, and any attachments and any copies of it. Any questions should be directed to postmas...@sivltd.com. Sheffield International Venues Limited uses regularly updated anti-virus software in an attempt to reduce the possibility of infection. However we do not guarantee that any attachments to this e-mail are virus free. *********************************************************************************************************** --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---