Title: jQuery
Last modified: August 20, 2016

---

# jQuery

 *  Resolved [Ryanjjames](https://wordpress.org/support/users/ryanjjames/)
 * (@ryanjjames)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/jquery-14/)
 * I love the plugin, but am having some issues with the jquery in <head>. I have
   placed the following script into <head>:
 *     ```
       <script type="text/javascript"
       src="http://gdc.indeed.com/ads/apiresults.js"></script>
       ```
   
 * This does not fix the search box – when people enter their search terms, the 
   list of jobs does not change from the entire universe of jobs.
 * Can you tell me exactly how to bring `wp_enqueue_script("jquery");` into header.
   php?
 * [http://wordpress.org/extend/plugins/indeed-api/](http://wordpress.org/extend/plugins/indeed-api/)

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

 *  [libra999](https://wordpress.org/support/users/libra999/)
 * (@libra999)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/jquery-14/#post-3503185)
 * Not sure if you’re still looking for help with this but your head.php file should
   look like this
    <head> …. <?php wp_enqueue_script(“jquery”); ?> <?php wp_head();?
   > <script type=”text/javascript” src=”<?php bloginfo(“template_url”); ?>/js/yourScript.
   js”></script> </head>
 *  Thread Starter [Ryanjjames](https://wordpress.org/support/users/ryanjjames/)
 * (@ryanjjames)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/jquery-14/#post-3503186)
 * I hired somebody on Elance to fix it. Thanks anyway.

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

The topic ‘jQuery’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/indeed-api.svg)
 * [Indeed API](https://wordpress.org/plugins/indeed-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/indeed-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/indeed-api/)
 * [Active Topics](https://wordpress.org/support/plugin/indeed-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/indeed-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/indeed-api/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Ryanjjames](https://wordpress.org/support/users/ryanjjames/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/jquery-14/#post-3503186)
 * Status: resolved