Title: &quot;jquery not found&quot; with wp_register_script, wp_enqueue_script
Last modified: August 20, 2016

---

# "jquery not found" with wp_register_script, wp_enqueue_script

 *  [nosnetrom](https://wordpress.org/support/users/nosnetrom/)
 * (@nosnetrom)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/jquery-not-found-with-wp_register_script-wp_enqueue_script/)
 * Hello! I’m working on learning WP on my localhost, and I’m having a problem including
   a jQuery-dependent JavaScript on a page. I think I’ve followed the Codex instructions
   to the letter; here is an excerpt from my functions.php.
 *     ```
       function addMyScripts()
       {
       	wp_register_script(
       						'clever-dl',
       						get_template_directory_uri() . '/js/clever-dl.js',
       						array( 'jquery' ),
       						'20101009.5',
       						true
       						);
       	wp_enqueue_script( 'clever-dl' );
   
       }
       add_action( 'wp_enqueue_scripts', 'addMyScripts' );
       ```
   
 * The page seems to render fine, with the right paths to the right scripts in the
   right places, but Firebug is telling me that jquery is not found when it tries
   to run my JS. =8-0
 * Any suggestions? Thanks in advance for any help!

The topic ‘"jquery not found" with wp_register_script, wp_enqueue_script’ is closed
to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [nosnetrom](https://wordpress.org/support/users/nosnetrom/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/jquery-not-found-with-wp_register_script-wp_enqueue_script/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
