Skip to content

Instantly share code, notes, and snippets.

@ajsharma
Last active December 12, 2015 09:19
Show Gist options
  • Save ajsharma/4750551 to your computer and use it in GitHub Desktop.
Save ajsharma/4750551 to your computer and use it in GitHub Desktop.
/**!
* Basic boilerplate for writing JQuery plugins
**/
;(function ( $, window, document, undefined ) {
//TODO: code goes here
$(document).ready(function() {
// TODO: runtime code goes here
}
})(JQuery, window, document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment