I am new to jQuery and I am trying to accomplish something that I have not found an answer.
I have two adjacent tables with the exact same # of rows and columns. When I click on an element in one table, I want to access the same element in the other table. So far, I can figure out what row index I am in the current table but I can't seem to go to the next table. Here is the layout of my table:
table1
row col1 col2
1 a b
2 c d
3 e f
table2
row col1 col2
1 w x
2 y z
3 n m