How can you get the first row in a table with a specific className?
var rows = $(\'tr\', tbl);
var firstRow = $('tr.classname:first', tbl)