geekiriki.blogspot.com
geekiriki: jQuery meets CoffeeScript
http://geekiriki.blogspot.com/2010/08/jquery-meets-coffeescript.html
Thursday, August 5, 2010. Disclaimer: This article is pretty old. I'm just amazed how brilliant jQuery. Are working together. JQuery promises "write less, do more", but with the clean syntax of CoffeeScript you can be even more concise! Here is a quick example:. Show message world $('#message').click - show message you /script /head body h1 hello span id=message /span /h1 /body /html. Here you see it running. Just click "world" to fire the click event. Just have a look to the JavaScript version:. Its coo...