Title: Remove jQuery from Theme
Author: Marc Tönsing
Published: <strong>9. март 2021.</strong>
Last modified: 9. март 2021.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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

# Remove jQuery from Theme

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

[Преузимање](https://downloads.wordpress.org/plugin/remove-jquery.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/remove-jquery/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/remove-jquery/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/remove-jquery/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/remove-jquery/#developers)

 [Подршка](https://wordpress.org/support/plugin/remove-jquery/)

## Опис

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

## Постављање

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…

## ЧПП

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

## Прегледи

![](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. април 2021.

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

 [ Види сав 1 преглед ](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Сарадници и градитељи

„Remove jQuery from Theme“ је софтвер отвореног кода. Следећи људи су допринели 
овом додатку.

Сарадници

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

[Преведите „Remove jQuery from Theme“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/remove-jquery)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/remove-jquery/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/remove-jquery/) или се пријавите
на [белешку градње](https://plugins.trac.wordpress.org/log/remove-jquery/) преко
[RSS-а](https://plugins.trac.wordpress.org/log/remove-jquery/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 1.0

 * Initial version.

## Мета

 *  Version **1.0**
 *  Last updated **5 година раније**
 *  Active installations **100+**
 *  WordPress version ** 5.0 или новије **
 *  Tested up to **5.6.17**
 *  Language
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * Tag
 * [jquery](https://sr.wordpress.org/plugins/tags/jquery/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/remove-jquery/advanced/)

## Оцене

 5 out of 5 stars.

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

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

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

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/remove-jquery/)

## Донирај

Желите ли да подржите напредак овог додатка?

 [ Донирај овом додатку ](https://marc.tv/out/donate)