table row count in jquery

JavaScript
// Table Row count in jquery
var rowCount = $('#myTable tr').length;
Source

Also in JavaScript: