Tabela JavaScript Pokaż tylko pierwsze n wiersze

$('table tr:gt(1)').hide();// :gt selector has 0 based index
Awful Albatross