Skip to content

Instantly share code, notes, and snippets.

@ebinnion
Created December 8, 2012 09:12
Show Gist options
  • Save ebinnion/4239445 to your computer and use it in GitHub Desktop.
Save ebinnion/4239445 to your computer and use it in GitHub Desktop.
jQuery Plugin Skeleton
(function( $ ) {
$.fn.myPlugin = function() {
// Do your awesome plugin stuff here
};
})( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment