Title: wp_enqueue_script and the jQuery plugins
Last modified: August 19, 2016

---

# wp_enqueue_script and the jQuery plugins

 *  [mores](https://wordpress.org/support/users/mores/)
 * (@mores)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp_enqueue_script-and-the-jquery-plugins/)
 * adding these lines to my header.php
 *     ```
       <?php wp_enqueue_script( 'jquery' ); ?>
       	<?php wp_enqueue_script( 'jquery-color' ); ?>
       ```
   
 * will properly load jQuery, but fails with the jQuery-color plugin.
 * Ees dees a bug?

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

 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp_enqueue_script-and-the-jquery-plugins/#post-1193404)
 * Confirmed, absolutely nothing when attempting to do the same..
 * I don’t use it, just wanted to confirm for you… 😉
 * Tried other variants of the name to check for simple typos.
 *     ```
       jquery-Color
       Jquery-Color
       Jquery-color
       jquerycolor
       ```
   
 * Thought it was worth a shot.. 🙂 No difference though..
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp_enqueue_script-and-the-jquery-plugins/#post-1193425)
 * Worked fine for me.
 * All I used was `wp_enqueue_script( 'jquery-color' );` and it loaded both jquery
   and jquery-color.
 * Considering it’s loaded on every admin page, I think you’d rapidly notice if 
   it was broken.
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp_enqueue_script-and-the-jquery-plugins/#post-1193445)
 * Ok i tried your method..
 * Result Source:
 *     ```
       <script type='text/javascript' src='http://localhost/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
       ```
   
 * No jQuery color…
 * Seems to load the jQuery fine, but ignores the color one… i’m doing this in the
   theme’s header.php for what it’s worth.. is it reserved for admin only areas?
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp_enqueue_script-and-the-jquery-plugins/#post-1193643)
 * I think that jquery-color is one of the footer scripts. It’s not loaded in the
   header by default. Look in the footer.
 *  [S.K](https://wordpress.org/support/users/kichu/)
 * (@kichu)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp_enqueue_script-and-the-jquery-plugins/#post-1193645)
 * Yes. It is snug in the footer!
 * S.K
 *  Thread Starter [mores](https://wordpress.org/support/users/mores/)
 * (@mores)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wp_enqueue_script-and-the-jquery-plugins/#post-1193715)
 * Won’t work for me. I’m talking about using it in the theme, as in front-end. 
   Not the admin.
    I am now loading them manually …

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

The topic ‘wp_enqueue_script and the jQuery plugins’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [mores](https://wordpress.org/support/users/mores/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/wp_enqueue_script-and-the-jquery-plugins/#post-1193715)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
