Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

return all trs in a table jqueyr

$("table > tbody > tr").each(function () {
    alert($(this).find('td').eq(0).text() + " " + $(this).find('td').eq(1).text() );
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #return #trs #table #jqueyr
ADD COMMENT
Topic
Name
9+2 =