In this tutorial it includes the code:
jQuery(function($) {
// do stuff ...
});
How do I write this in CoffeeScript? jQuery($) -> isn't right, but I can't work out what is.
In this tutorial it includes the code:
jQuery(function($) {
// do stuff ...
});
How do I write this in CoffeeScript? jQuery($) -> isn't right, but I can't work out what is.