Title: Jquery Load
Last modified: February 4, 2021

---

# Jquery Load

 *  Resolved [renanbessa](https://wordpress.org/support/users/renanbessa/)
 * (@renanbessa)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/jquery-load/)
 * Hello, I have the function below that disables jquery loading, but with adinserter
   jquery is still loaded. How do I prevent jquery from loading even with adinserter
   active?
 *     ```
       function remove_scripts_default_wp() {
   
           if ( ! is_admin() ) {
               wp_deregister_script('jquery');
           }
       }
       add_action( 'wp_enqueue_scripts', 'remove_scripts_default_wp' );
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjquery-load%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Spacetime](https://wordpress.org/support/users/spacetime/)
 * (@spacetime)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/jquery-load/#post-14003916)
 * Ad Inserter uses jQuery library for most client-side feratures.
 * By default **Wait for jQuery** is enabled and the plugin loads the library if
   it is needed but not loaded:
    [https://adinserter.pro/documentation/plugin-settings#wait-for-jquery](https://adinserter.pro/documentation/plugin-settings#wait-for-jquery)
 * If you disable this setrting the library will not be loaded.
    However, you may
   get javascript errors.

Viewing 1 replies (of 1 total)

The topic ‘Jquery Load’ is closed to new replies.

 * ![](https://ps.w.org/ad-inserter/assets/icon-256x256.jpg?rev=1502039)
 * [Ad Inserter - Ad Manager & AdSense Ads](https://wordpress.org/plugins/ad-inserter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ad-inserter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ad-inserter/)
 * [Active Topics](https://wordpress.org/support/plugin/ad-inserter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ad-inserter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ad-inserter/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Spacetime](https://wordpress.org/support/users/spacetime/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/jquery-load/#post-14003916)
 * Status: resolved