Skip to content

Instantly share code, notes, and snippets.

@friartuck6000
Created October 10, 2013 16:23
Show Gist options
  • Save friartuck6000/6921235 to your computer and use it in GitHub Desktop.
Save friartuck6000/6921235 to your computer and use it in GitHub Desktop.
jQuery wrappers for WordPress friendliness
(function($) {
// Write plugins
})(jQuery);
jQuery(document).ready(function($) {
// Call plugins and do other stuff
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment