Hi,
My table is:
- <table id="yourtable">
- <tr>
- <th width="14%">Date/Time</th>
- <th width="16%">Show</th>
- <th width="25%">Comment</th>
- <th width="15%">Response</th>
- </tr>
- <tr id="1202154">
How can I reference the ID of the tr when a button is clicked, in this case button clicked id = 1202154
Thanks