Files
coffeescript/documentation/coffee/chaining.js
2015-09-03 20:10:18 +02:00

5 lines
152 B
JavaScript

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