I don’t always write CoffeeScript, but when I do, I’m probably using jQuery too; I always forget the syntax for stuff. So I’m going to write it all down here so I can reference it until I memorize it. Note that the compiled example doesn’t include the automatic closure around everything you get in CoffeeScript. Safe jQuery Closure So you can use the $ safely (common in WordPress): (($) -> ) jQuery

