Files
coffeescript/documentation/js/chaining.js
2016-09-24 14:16:00 +02:00

5 lines
152 B
JavaScript

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