mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-13 08:47:55 -05:00
* Upgrade docs to Bootstrap 4 beta, including refactoring styles; upgrade docs jQuery and CodeMirror * Better style the docs for mobile, including Try CoffeeScript * Fix #4642, erroneous statement about named functions * Update packages * 2.0.0-beta5
7 lines
97 B
CoffeeScript
7 lines
97 B
CoffeeScript
$ 'body'
|
|
.click (e) ->
|
|
$ '.box'
|
|
.fadeIn 'fast'
|
|
.addClass 'show'
|
|
.css 'background', 'white'
|