Once your CoffeeScript environment is up and running, you may want to write some awesome new jQuery plugin with CoffeeScript.
The code bellow is a starting point, it’s clearly inspired from the jQuery Doc. Just search/replace pluginName
with your plugin name and go ahead with your own code.
Links Summary:
- jquery.plugin_name.coffee source code
- CoffeeScript
- jQuery Doc