Title: Remove jQuery from Theme
Author: Marc Tönsing
Published: <strong>9 maart 2021</strong>
Last modified: 9 maart 2021

---

Plugins zoeken

Deze plugin **is niet getest met de laatste drie grote versies van WordPress**. 
Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

![](https://s.w.org/plugins/geopattern-icon/remove-jquery.svg)

# Remove jQuery from Theme

 Door [Marc Tönsing](https://profiles.wordpress.org/marcdk/)

[Download](https://downloads.wordpress.org/plugin/remove-jquery.zip)

 * [Details](https://nl-be.wordpress.org/plugins/remove-jquery/#description)
 * [Beoordelingen](https://nl-be.wordpress.org/plugins/remove-jquery/#reviews)
 *  [Installatie](https://nl-be.wordpress.org/plugins/remove-jquery/#installation)
 * [Ontwikkeling](https://nl-be.wordpress.org/plugins/remove-jquery/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/remove-jquery/)

## Beschrijving

Removes jQuery from your frontend theme if no administrator is logged-in. jQuery
will continue to work in you backend and when the admin toolbar is visible. Plugins
which depend on jQuery will not be loaded either.

This plugin does nothing more but this:

    ```
    function init_without_jquery() {
        if (!is_admin() AND !is_admin_bar_showing()) {
            wp_deregister_script('jquery');
            wp_register_script('jquery', false);
        }
    }

    add_action('init', 'init_without_jquery');
    ```

## Installatie

Remove jQuery can be found and installed via the Plugin menu within WordPress administration(
Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and 
installed manually…

## FAQ

### Why did you do this?

Because I needed a simple plugin to do this job and decided to do it on his own.
WordPress frontends are is much faster without jQuery.

### jQuery is still loading! The plugin does not work!

You are most likely logged-in as administrator and the admin topbar is visible. 
Many plugins rely on jQuery for backend features. So I kept it enabled for the admin
topbar, too.

## Beoordelingen

![](https://secure.gravatar.com/avatar/646a9b3e06d09e33f6820c51be9c9459e1df4e57e9f76e0c2e8e95b6ff861ef9?
s=60&d=retro&r=g)

### 󠀁[Does what it promises. Perfectly!!!](https://wordpress.org/support/topic/does-what-it-promises-perfectly/)󠁿

 [acelerawp](https://profiles.wordpress.org/acelerawp/) 12 april 2021

Thank You so much to the developer for this useful plugin. All the Best, Miguel

 [ Lees 1 beoordeling ](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Bijdragers & ontwikkelaars

“Remove jQuery from Theme” is open source software. De volgende personen hebben 
bijgedragen aan deze plugin.

Bijdragers

 *   [ Marc Tönsing ](https://profiles.wordpress.org/marcdk/)

[Vertaal “Remove jQuery from Theme” naar jouw taal.](https://translate.wordpress.org/projects/wp-plugins/remove-jquery)

### Interesse in de ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/remove-jquery/), haal
de [SVN repository](https://plugins.svn.wordpress.org/remove-jquery/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/remove-jquery/) 
via [RSS](https://plugins.trac.wordpress.org/log/remove-jquery/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial version.

## Meta

 *  Versie **1.0**
 *  Laatst bijgewerkt: **5 jaar geleden**
 *  Actieve installaties: **100+**
 *  WordPress versie ** 5.0 of nieuwer **
 *  Getest t/m **5.6.19**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * Tag
 * [jquery](https://nl-be.wordpress.org/plugins/tags/jquery/)
 *  [Geavanceerde weergave](https://nl-be.wordpress.org/plugins/remove-jquery/advanced/)

## Beoordelingen

 5 van 5 sterren.

 *  [  1 5 ster beoordeling     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=5)
 *  [  0 4 sterren beoordeling     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=4)
 *  [  0 3 sterren beoordeling     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=3)
 *  [  0 2 sterren beoordeling     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=2)
 *  [  0 1 sterren beoordeling     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=1)

[Je beoordeling](https://wordpress.org/support/plugin/remove-jquery/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Bijdragers

 *   [ Marc Tönsing ](https://profiles.wordpress.org/marcdk/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/remove-jquery/)

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](https://marc.tv/out/donate)