Skip to content

Instantly share code, notes, and snippets.

@bacoords
Created July 2, 2019 20:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bacoords/806efa96f6b9da171ab5b57a52457ac5 to your computer and use it in GitHub Desktop.
Save bacoords/806efa96f6b9da171ab5b57a52457ac5 to your computer and use it in GitHub Desktop.
Just a default wrapper
(function($) {
// Any generic functions can go here...
$(document).ready(function($){
// Anything that needs to wait for the document to be ready goes here
});
})( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment