I have a large table, and I need to be able to select a specific cell using it's cell/row coordinates.
What's the most elegant way of doing this using jQuery?
|
I have a large table, and I need to be able to select a specific cell using it's cell/row coordinates. What's the most elegant way of doing this using jQuery? |
|||
|
|
|
This is one case where I think using native JavaScript actually makes the code easier to understand:
Note that just selecting the
Here's an example: http://jsfiddle.net/CgqQt/ |
|||||||||||
|
|
I'm pretty sure this selects the cell at coordinate
|
|||||
|
|
After reviewing the fiddle you posted in one of your comments, this could also work.
|
|||
|
|