jashkenas--coffeescript/documentation/examples/chaining.coffee

7 lines
100 B
CoffeeScript

$ 'body'
.click (e) ->
$ '.box'
.fadeIn 'fast'
.addClass '.active'
.css 'background', 'white'