To find Last row of table using jQuery

Hi team,

Could you please help me to find the last row number of the screener section table?

var tid=$('table').last(); //this syntax need to be updated
var $SRow = $('.inner_table tr:eq(17)');//instead of '17' the variable 'tid' to be passed here


I just started to learn jQuery, so please help me. Thanks.

Resolved
2 replies