Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created July 17, 2012 19:04
Show Gist options
  • Select an option

  • Save zackn9ne/3131309 to your computer and use it in GitHub Desktop.

Select an option

Save zackn9ne/3131309 to your computer and use it in GitHub Desktop.
WordPress jQuery noconflict Wrapper
<script>
jQuery(document).ready(function($) {
// $() will work as an alias for jQuery() inside of this function
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment