Skip to content

Instantly share code, notes, and snippets.

@danemorgan
Forked from bacoords/wp.jquery.default.js
Created July 2, 2019 20:48
Show Gist options
  • Save danemorgan/1ab89027fac182e375cf9668e61df379 to your computer and use it in GitHub Desktop.
Save danemorgan/1ab89027fac182e375cf9668e61df379 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