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

---

Cari plugin

Plugin ini **belum teruji dangan 3 rilis besar WordPress**. Kemungkinan tidak lagi
dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan
dengan versi WordPress yang lebih baru.

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

# Remove jQuery from Theme

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

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

 * [Detail](https://id.wordpress.org/plugins/remove-jquery/#description)
 * [Ulasan](https://id.wordpress.org/plugins/remove-jquery/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/remove-jquery/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/remove-jquery/#developers)

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

## Deskripsi

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

## Instalasi

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…

## Tanya Jawab

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

## Ulasan

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

 [ Baca semua 1 ulasan ](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Kontributor & Pengembang

“Remove jQuery from Theme” adalah perangkat lunak open source. Berikut ini mereka
yang sudah berkontribusi pada plugin ini.

Kontributor

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

[Terjemahkan “Remove jQuery from Theme” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/remove-jquery)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/remove-jquery/), periksa
[repositori SVN ](https://plugins.svn.wordpress.org/remove-jquery/), atau mendaftar
ke [log pengembangan](https://plugins.trac.wordpress.org/log/remove-jquery/) melalui
[RSS](https://plugins.trac.wordpress.org/log/remove-jquery/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### 1.0

 * Initial version.

## Meta

 *  Versi **1.0**
 *  Diperbarui **6 tahun yang lalu**
 *  Instalasi Aktif **100+**
 *  Versi WordPress ** 5.0 atau yang terbaru **
 *  Diuji hingga **5.6.21**
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * Tag
 * [jquery](https://id.wordpress.org/plugins/tags/jquery/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/remove-jquery/advanced/)

## Rating

 5 dari 5 bintang.

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

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

[Lihat semua ulasan](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## Kontributor

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

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

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

## Donasi

Apakah Anda ingin mendukung pengembangan plugin ini?

 [ Donasi untuk plugin ini ](https://marc.tv/out/donate)