WordPress already includes a copy of jQuery so there is actually no need to upload it on to your server. It must be above the wp_head function
<?php wp_enqueue_script("jquery"); ?>
You can now call your script after the wp_head function.
WordPress already includes a copy of jQuery so there is actually no need to upload it on to your server. It must be above the wp_head function
<?php wp_enqueue_script("jquery"); ?>
You can now call your script after the wp_head function.
Powered by WordPress & Theme by Anders Norén