jashkenas--coffeescript/documentation/coffee/blocks.coffee

5 lines
106 B
CoffeeScript

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