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

5 lines
106 B
CoffeeScript
Raw Normal View History

2010-01-05 04:26:27 +00:00
$('table.list').each() table =>
$('tr.account', table).each() row =>
row.show()
row.highlight()