Title: Remove jQuery from Theme
Author: Marc Tönsing
Published: <strong>2021-03-09</strong>
Last modified: 2021-03-09

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Remove jQuery from Theme

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/remove-jquery/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/remove-jquery/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/remove-jquery/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/remove-jquery/#developers)

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

## Opis

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');
    ```

## Instalacja

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…

## Najczęściej zadawane pytania

### 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.

## Recenzje

![](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/) 2021-04-12

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

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

## Kontrybutorzy i deweloperzy

„Remove jQuery from Theme” jest oprogramowaniem open source. Poniższe osoby miały
wkład w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “Remove jQuery from Theme” na swój język.](https://translate.wordpress.org/projects/wp-plugins/remove-jquery)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/remove-jquery/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/remove-jquery/) lub czytaj 
[dziennik rozwoju](https://plugins.trac.wordpress.org/log/remove-jquery/) przez 
[RSS](https://plugins.trac.wordpress.org/log/remove-jquery/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.0

 * Initial version.

## Meta

 *  Wersja **1.0**
 *  Ostatnia aktualizacja **6 lat temu**
 *  Włączone instalacje **100+**
 *  Wersja WordPressa ** 5.0 lub nowszej **
 *  Testowano do **5.6.21**
 *  Język
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * Tag
 * [jquery](https://pl.wordpress.org/plugins/tags/jquery/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/remove-jquery/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=1)

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/remove-jquery/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://marc.tv/out/donate)