Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('.views-table').find('tr:gt(0)').map(function(i, row) { var rowItems = $(row).find('td'), item = function(i) { return rowItems.eq(i).text().trim(); }; return { n:item(1), b:item(2), f:item(3), kk:item(4) } })
Advertisement
Add Comment
Please, Sign In to add comment