Quantcast
Channel: How to Link External jQuery/Javascript files with WordPress - WordPress Development Stack Exchange
Browsing latest articles
Browse All 4 View Live

Answer by cjbj for How to Link External jQuery/Javascript files with WordPress

Though @tnorthcutt is correct that you should properly dequeue WP's native jquery if you want to load your own, you are certain to run into issues when you are loading a different jquery version that...

View Article



Answer by Travis Northcutt for How to Link External jQuery/Javascript files...

I suggest taking a look at 5 Tips for using jQuery with WordPress. Among other things, it shows the code necessary to load jQuery from Google's library:function my_init() { if (!is_admin()) { //...

View Article

Answer by Annika Backstrom for How to Link External jQuery/Javascript files...

From the wording of your question, you must be adding scripts by writing <script> tags in your template. Add your own scripts via wp_enqueue_script() in your template's functions.php,...

View Article

How to Link External jQuery/Javascript files with WordPress

So I'm using Starkers to base my next WP theme on and I've run into a small issue, I was including my own version of jQuery in the header.php file but when inspecting my site using Firebug I noticed...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images