Files
coffeescript/documentation/coffee/blocks.coffee
2010-01-04 23:26:27 -05:00

5 lines
106 B
CoffeeScript

$('table.list').each() table =>
$('tr.account', table).each() row =>
row.show()
row.highlight()