Skip to content

Instantly share code, notes, and snippets.

@dscamahorn
Created November 28, 2015 03:45
Show Gist options
  • Save dscamahorn/2332bc4b23745c3effd7 to your computer and use it in GitHub Desktop.
Save dscamahorn/2332bc4b23745c3effd7 to your computer and use it in GitHub Desktop.
jQuery Plugin Template
(function() {
$.fn.myPlugin = function(params) {
//Plugin code
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment