Search
-
Find the top visible row in table
by brigosx ·var top_row = 0; var top_head = $('#flthead').offset().top + $('#flthead').height(); $('#fltlista tr').each(function (index, elem) { var offsy = $(elem).offset().top; if (top