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'm pretty sure this selects the cell at coordinate (9, 9). Let me test:
(9, 9)
$('table tr:eq(10) > td:eq(10)')