Skip to content

Instantly share code, notes, and snippets.

@ekdevdes
Created April 17, 2012 12:43
Show Gist options
  • Save ekdevdes/2405732 to your computer and use it in GitHub Desktop.
Save ekdevdes/2405732 to your computer and use it in GitHub Desktop.
CoffeeScript: Simple jQuery Plugin Template
( ($) ->
$.fn.pluginName (options) ->
return @.each( ->
);
)(jQuery);​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment