mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
9 lines
102 B
CoffeeScript
9 lines
102 B
CoffeeScript
$ 'body'
|
|
.click (e) ->
|
|
$ '.box'
|
|
.fadeIn 'fast'
|
|
.addClass '.active'
|
|
.css 'background', 'white'
|
|
|
|
|