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

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](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://ja.wordpress.org/plugins/remove-jquery/#description)
 * [レビュー](https://ja.wordpress.org/plugins/remove-jquery/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/remove-jquery/#installation)
 * [開発](https://ja.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…

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

## 評価

![](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年4月12日

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.

## メタ

 *  バージョン **1.0**
 *  最終更新日 **5年前**
 *  有効インストール数 **100+**
 *  WordPress バージョン ** 5.0またはそれ以降 **
 *  検証済み最新バージョン: **5.6.17**
 *  言語
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * タグ
 * [jquery](https://ja.wordpress.org/plugins/tags/jquery/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/remove-jquery/advanced/)

## 評価

 5つ星中5つ星

 *  [  1 5-星レビュー     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/remove-jquery/reviews/?filter=1)

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

[すべてのレビューを見る](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)