Title: jQuery doesn&#8217;t load
Last modified: July 20, 2019

---

# jQuery doesn’t load

 *  Resolved [mietzi](https://wordpress.org/support/users/mietzi/)
 * (@mietzi)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/jquery-doesnt-load-2/)
 * Hey guys,
    I have troubles with jQuery. For my start page I have some jQuery-
   code. When I preview the size within the Customizr everything looks good. When
   I look at the homepage, the console gives me the error that $ is not a function.
   jQuery couldn’t be loaded. I already tried to update jQuery, but then it looks
   good on the homepage but fails in the Customizr (only showing the spinning wheel).
 * Can somebody give me a hint?
 * Cheers,
    mietzi
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjquery-doesnt-load-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [WraithKenny](https://wordpress.org/support/users/wraithkenny/)
 * (@wraithkenny)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/jquery-doesnt-load-2/#post-11832911)
 * jQuery, loaded by WordPress, isn’t loaded with the $ variable available. Use 
   a wrapper like,
    jQuery(function($){ // Your code here, executed on page `ready`
   $(‘body’); // Works. });

Viewing 1 replies (of 1 total)

The topic ‘jQuery doesn’t load’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/scripts-n-styles_46515d.svg)
 * [Scripts n Styles](https://wordpress.org/plugins/scripts-n-styles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scripts-n-styles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scripts-n-styles/)
 * [Active Topics](https://wordpress.org/support/plugin/scripts-n-styles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scripts-n-styles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scripts-n-styles/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [WraithKenny](https://wordpress.org/support/users/wraithkenny/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/jquery-doesnt-load-2/#post-11832911)
 * Status: resolved