Title: Disable jQuery
Last modified: August 19, 2016

---

# Disable jQuery

 *  [wraithstk](https://wordpress.org/support/users/wraithstk/)
 * (@wraithstk)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/disable-jquery/)
 * Is there a way or plugin to completely disable jquery because it is interfering
   with one of my plugins.

Viewing 1 replies (of 1 total)

 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/disable-jquery/#post-1341660)
 * Hi,
 * Check with this plugin:
 * [http://wordpress.org/extend/plugins/use-google-libraries/](http://wordpress.org/extend/plugins/use-google-libraries/)
 * Also check with this option:
 *     ```
       if( !is_admin()){
       	wp_deregister_script('jquery');
       	wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"), false, '1.3.2');
       	wp_enqueue_script('jquery');
       }
       ```
   
 * Copy this code in functions.php file of your theme.
 * Thanks,
 * Shane G.

Viewing 1 replies (of 1 total)

The topic ‘Disable jQuery’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/disable-jquery/#post-1341660)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
