Title: jQuery problems with my theme
Last modified: August 20, 2016

---

# jQuery problems with my theme

 *  Resolved [WHiSPER](https://wordpress.org/support/users/apc_whisper/)
 * (@apc_whisper)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/jquery-problems-with-my-theme/)
 * Hi,
 * Recently I’ve designed a WordPress theme with different jQuery effects. When 
   I run the theme on my local host server it’s okay, but last night when I installed
   the theme on server, there was no jQuery effect!
 * I’m just confused with this problem. I’ve checked everything and really have 
   no idea why this happened? Any suggestion? Help?

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 7 months ago](https://wordpress.org/support/topic/jquery-problems-with-my-theme/#post-3178132)
 * Does the browser console reveal anything?
 *  Thread Starter [WHiSPER](https://wordpress.org/support/users/apc_whisper/)
 * (@apc_whisper)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/jquery-problems-with-my-theme/#post-3178133)
 * No, nothing!
    Here is the theme if you like to take a look please: [subdb](http://subdb.ir/)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 7 months ago](https://wordpress.org/support/topic/jquery-problems-with-my-theme/#post-3178134)
 * When developing in JavaScript, you ought to use a console feature in the browser.
   For example, Google Chrome’ Inspect Element or Firefox’s Firebug.
 * The console reveals this;
 * > Failed to load resource: the server responded with a status of 404 (Not Found)
   > [http://subdb.ir/wp-content/themes/subdb/jquery/jquery1.3.2.js](http://subdb.ir/wp-content/themes/subdb/jquery/jquery1.3.2.js)
   > 
   > Uncaught ReferenceError: $ is not defined subdb.ir:18 Uncaught ReferenceError:
   > jQuery is not defined jquery.tipTip.js:191 Uncaught ReferenceError: jQuery 
   > is not defined jquery.tipTip.minified.js:21 Uncaught ReferenceError: $ is not
   > defined subdb.ir:52 Uncaught ReferenceError: $ is not defined subdb.ir:244 
   > Uncaught ReferenceError: $ is not defined subdb.ir:284
 * Remember, when developing jQuery in WordPress, you need to first use `jQuery`
   [no-conflict wrappers](http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_wrappers).
   
   E.g
 *     ```
       jQuery(this).function($){
        $('now-you-can-use-dollar-signs');
       }
       ```
   

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

The topic ‘jQuery problems with my theme’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/jquery-problems-with-my-theme/#post-3178134)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
