Title: Problem with wp_enqueue_script. jQuery not loading.
Last modified: August 19, 2016

---

# Problem with wp_enqueue_script. jQuery not loading.

 *  [prionkor](https://wordpress.org/support/users/prionkor/)
 * (@prionkor)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-wp_enqueue_script-jquery-not-loading/)
 * Hi, i am using the function `<?php wp_enqueue_script( 'jquery' ); ?>` in head.
   But no jquery loading. Can anyone say what is the issue?

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

 *  Thread Starter [prionkor](https://wordpress.org/support/users/prionkor/)
 * (@prionkor)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-wp_enqueue_script-jquery-not-loading/#post-1910808)
 * Hi, i am trying searching the web and don’t found anything why jquery isn’t showing.
   I am currently using no jquery scripts just trying to import jquery by `<?php
   wp_enqueue_script( 'jquery' ); ?>`
 * Waiting for answer. Thanks!
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-wp_enqueue_script-jquery-not-loading/#post-1910821)
 * Wait longer. Double posting like that doesn’t help.
 * Since WordPress version 2.x, jQuery is a build-in Javascript library, explicitly
   include the jQuery library into WordPress is not necessary. What are you trying
   to do that it’s not working?
 *  Thread Starter [prionkor](https://wordpress.org/support/users/prionkor/)
 * (@prionkor)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-wp_enqueue_script-jquery-not-loading/#post-1910915)
 * Hi, the wp_enqueue_script function is not working for me. If i call the function`
   <?php wp_enqueue_script( 'jquery' ); ?>` in head section. Jquery in not including
   as i said. It is not only for jquery other scripts are not including also.
 * I have done more research.
 *  1. When i installed some plugin that requires jquery it is loading jquery via
   wp_head().
 *  2. My written jquery scripts are not working even though jquery is loaded by
   the plugin unless i include the jquery path manually. like this: `<script type
   ="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.4.4.
   min.js"></script>`
 *  3. Is there some kinds of conflict going on? I used jQuery instead of $ in my
   code. So conflict should not happen right?
 *  [tedinoz](https://wordpress.org/support/users/tedinoz/)
 * (@tedinoz)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-wp_enqueue_script-jquery-not-loading/#post-1911063)
 * Hi, I’m no expert at this, but I have learnt the HARD way that you need to load
   wp_enqueu_script via an init (it is mentioned in the codex but there is no example
   given.)
    There’s a decent demo here – [http://www.wdmac.com/wp-enqueue-script](http://www.wdmac.com/wp-enqueue-script)
   or a more extensive tutorial via [Lester Chan](http://lesterchan.net/wordpress/2009/01/26/loading-javascript-in-footer-in-wordpress-28/).
   Ted

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

The topic ‘Problem with wp_enqueue_script. jQuery not loading.’ is closed to new
replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [tedinoz](https://wordpress.org/support/users/tedinoz/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-wp_enqueue_script-jquery-not-loading/#post-1911063)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
