Created
June 7, 2017 09:36
-
-
Save alberto-marin/c1ddd71fed7afbfc6d635049233df17d to your computer and use it in GitHub Desktop.
How to add jQuery in WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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