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

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes 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://es.wordpress.org/plugins/remove-jquery/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/remove-jquery/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/remove-jquery/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/remove-jquery/#developers)

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

## Descripció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…

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

## Reseñas

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

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

 [ Leer la 1 reseña ](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Colaboradores y desarrolladores

«Remove jQuery from Theme» es un software de código abierto. Las siguientes personas
han colaborado con este plugin.

Colaboradores

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

[Traduce «Remove jQuery from Theme» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/remove-jquery)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/remove-jquery/) , 
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/remove-jquery/)
o suscríbete al [registro de desarrollo](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).

## Registro de cambios

#### 1.0

 * Initial version.

## Meta

 *  Versión **1.0**
 *  Última actualización **hace 5 años**
 *  Instalaciones activas **100+**
 *  Versión de WordPress ** 5.0 o superior **
 *  Probado hasta **5.6.17**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * Etiqueta:
 * [jquery](https://es.wordpress.org/plugins/tags/jquery/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/remove-jquery/advanced/)

## Valoraciones

 5 de 5 estrellas.

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

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

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

## Donar

¿Te gustaría apoyar el progreso de este plugin?

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