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

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Remove jQuery from Theme

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

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

 * [Detalles](https://gl.wordpress.org/plugins/remove-jquery/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/remove-jquery/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/remove-jquery/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/remove-jquery/#developers)

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

## Descrición

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

## Instalación

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…

## Preguntas frecuentes

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

## Comentarios

![](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 de Abril, 2021

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

 [ Ler a 1 opinión ](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Colaboradores e desenvolvedores

“Remove jQuery from Theme” é un software de código aberto. As seguintes persoas 
colaboraron con este plugin.

Colaboradores

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

[Traduce “Remove jQuery from Theme” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/remove-jquery)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/remove-jquery/), bota
unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/remove-jquery/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/remove-jquery/)
por [RSS](https://plugins.trac.wordpress.org/log/remove-jquery/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 1.0

 * Initial version.

## Meta

 *  Versión **1.0**
 *  Última actualización **Fai 5 anos**
 *  Instalacións activas **100+**
 *  Versión de WordPress ** 5.0 ou superior **
 *  Probado ata **5.6.19**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * Etiqueta
 * [jquery](https://gl.wordpress.org/plugins/tags/jquery/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/remove-jquery/advanced/)

## Valoracións

 5 de 5 estrelas

 *  [  1 valoración de 5 estrelas     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=2)
 *  [  0 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=1)

[A túa valoración](https://wordpress.org/support/plugin/remove-jquery/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/remove-jquery/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](https://marc.tv/out/donate)