Title: JavaScript includes problems
Last modified: August 19, 2016

---

# JavaScript includes problems

 *  [dound](https://wordpress.org/support/users/dound/)
 * (@dound)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/javascript-includes-problems/)
 * I recently added some plugins; one uses jQuery another uses sack. Anyway, I see
   wp_enqueue_script is called for ‘jquery’ and ‘sack’, but when I browse to a page
   the firefox error console shows ‘jQuery not defined’ and ‘sack not defined’ as
   the plugins try to use those objects.
 * I checked the page source and see included:
 *     ```
       <script type='text/javascript' src='http://dound.com/wp/wp-includes/js/jquery/jquery.js?ver=1.2.6'></script>
       ```
   
 * and something similar for sack — so it seems like they are being included.
 * I tried manually adding the script after the begin <head> tag _without_ the ‘?
   ver=1.2.6″, e.g.:
 *     ```
       <script type='text/javascript' src='http://dound.com/wp/wp-includes/js/jquery/jquery.js'></script>
       ```
   
 * and this worked. Why isn’t the first include, which wordpress is automatically
   including for me, working properly?
 * Thanks!
 * [**signature moderated** Please read the [Forum Rules](http://wordpress.org/support/topic/68664?replies=6)]

The topic ‘JavaScript includes problems’ is closed to new replies.

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [dound](https://wordpress.org/support/users/dound/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/javascript-includes-problems/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
