
JQuery is getting more and more popular, many people are using JQuery in WordPress. The right way to import JQuery to your WordPress is like this:
< ?php wp_enqueue_script(“jquery”); ? >
Rather than using <script> syntax. Remember to run this script before wp_head(). And then you can load your own JavaScript like this:
< script type=”text/javascript”
src=”< ?php bloginfo("template_url"); ? >/js/testScript.js” >< /script>
Also remember you must put this after wp_head().









ITech Theme: Free WordPress Theme For Gadgets And Tech Blogs
BlackNWhite Theme Update 05/November/2009
GrayLines Theme Updated 05/November/2009