Skip to content

Instantly share code, notes, and snippets.

@versluis
Created September 25, 2013 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save versluis/6695321 to your computer and use it in GitHub Desktop.
Save versluis/6695321 to your computer and use it in GitHub Desktop.
How to load jQuery in WordPress
<script type="text/javascript">
jQuery(document).ready(function($) {
// your code here, for example
$("yourid").fadeIn(2000);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment