Files
coffeescript/documentation/js/chaining.js
Jeremy Ashkenas 81047d45ee CoffeeScript 1.8.0
2014-08-26 12:24:29 -04:00

5 lines
151 B
JavaScript

// Generated by CoffeeScript 1.8.0
$('body').click(function(e) {
return $('.box').fadeIn('fast').addClass('.active');
}).css('background', 'white');