Files
coffeescript/documentation/js/chaining.js
Jeremy Ashkenas e0ec8a51e4 CoffeeScript 1.9.0
2015-01-29 12:20:46 -05:00

5 lines
151 B
JavaScript

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