Skip to content

Instantly share code, notes, and snippets.

@DoRightt
Created May 25, 2017 08:29
Show Gist options
  • Save DoRightt/da5346bd0825ce2e0aaf62b493195969 to your computer and use it in GitHub Desktop.
Save DoRightt/da5346bd0825ce2e0aaf62b493195969 to your computer and use it in GitHub Desktop.
newPluginStructure
$.fn.myNewPlugin = function() {
return this.each(function() {
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment