Skip to content

Instantly share code, notes, and snippets.

@markjlorenz
Created June 14, 2013 18:01
Show Gist options
  • Save markjlorenz/5783949 to your computer and use it in GitHub Desktop.
Save markjlorenz/5783949 to your computer and use it in GitHub Desktop.
jQuery widget template
jQuery ($)->
$.widget 'yourNamespace.yourPluginName',
options:
_create: ->
$ele = $(@element)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment