Title: Control jQuery Version in wp_head
Last modified: August 20, 2016

---

# Control jQuery Version in wp_head

 *  Resolved [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [15 years ago](https://wordpress.org/support/topic/control-jquery-version-in-wp_head/)
 * Hello!
 * How can I control which version of jQuery gets loaded into my wordpress header
   through ‘wp_head();’?
 * Currently it’s loading 1.4.4 and I’m running a script that only works with 1.4.2.
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [15 years ago](https://wordpress.org/support/topic/control-jquery-version-in-wp_head/#post-2129974)
 * How to include jQuery and enqueue scripts in WordPress: [http://codex.wordpress.org/Function_Reference/wp_enqueue_script](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
 * Probably easier – and a better practice – is to fix the script than change WP’s
   jQuery loading.
 * Use [Firebug](http://getfirebug.com/) with Firefox, or in Chrome or Safar or 
   IE8, use the developer tools to see what’s loading on your site and catch the
   JS errors.
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years ago](https://wordpress.org/support/topic/control-jquery-version-in-wp_head/#post-2129975)
 * Well, WP loads the version it ships with. The version it is tested with.
 * You can unenqueue the proper version and enqueue your own I’m sure.
 * [http://vudu.me/8i](http://vudu.me/8i)
 * Is an article about enqueuing jquery from google…
 * [http://code.google.com/apis/libraries/devguide.html](http://code.google.com/apis/libraries/devguide.html)
   
   has info about google apis
 * I believe the path to your desired version of jquery would be
    [https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js](https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Control jQuery Version in wp_head’ is closed to new replies.

## Tags

 * [jquery](https://wordpress.org/support/topic-tag/jquery/)
 * [wp_head](https://wordpress.org/support/topic-tag/wp_head/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/control-jquery-version-in-wp_head/#post-2129975)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
