Skip to content

Instantly share code, notes, and snippets.

@alberto-marin
Created June 7, 2017 09:36
Show Gist options
  • Save alberto-marin/c1ddd71fed7afbfc6d635049233df17d to your computer and use it in GitHub Desktop.
Save alberto-marin/c1ddd71fed7afbfc6d635049233df17d to your computer and use it in GitHub Desktop.
How to add jQuery in WordPress
<script type="text/javascript">
jQuery(document).ready(function($) {
(function($){
console.log($('.scroll-nav').height());
})(jQuery);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment