SwVitaliy

Untitled

Nov 25th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('.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