Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created December 19, 2015 08:12
Show Gist options
  • Save agragregra/51ddc634957163ddf374 to your computer and use it in GitHub Desktop.
Save agragregra/51ddc634957163ddf374 to your computer and use it in GitHub Desktop.
jQuery New Plugin
$.fn.myNewPlugin = function() {
return this.each(function() {
// Do something to each element here.
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment