jQuery Show только первые элементы таблицы
$('div.fields:lt(3)').show();
Awful Albatross
$('div.fields:lt(3)').show();