I know that I can get first or last table cell (e.g. for last row) using jQuery expression like below:
first cell: $('#table tr:last td:first')
or last cell: $('#table tr:last td:last')
But, how can I get cell at specific index, for example index 2, using similar expression, i.e. something like $('#table tr:last td:[2]')
?
Regards.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…