Title: Remove jQuery from Theme
Author: Marc Tönsing
Published: <strong>মার্চ 9, 2021</strong>
Last modified: মার্চ 9, 2021

---

প্লাগিন অনুসন্ধান

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

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

# Remove jQuery from Theme

 তৈরি করেছেন [Marc Tönsing](https://profiles.wordpress.org/marcdk/)

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

 * [বিস্তারিত](https://bn.wordpress.org/plugins/remove-jquery/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/remove-jquery/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/remove-jquery/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/remove-jquery/#developers)

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

## Description

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

## Installation

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.

## Reviews

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

 [ সব রিভিউ পড়ুন ](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## ডেভেলপার এবং কন্ট্রিবিউটর

“Remove jQuery from Theme” is open source software. The following people have contributed
to this plugin.

কন্ট্রিবিউটর

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

[Translate “Remove jQuery from Theme” into your language.](https://translate.wordpress.org/projects/wp-plugins/remove-jquery)

### ডেভেলপমেন্ট এ আগ্রহী?

[Browse the code](https://plugins.trac.wordpress.org/browser/remove-jquery/), check
out the [SVN repository](https://plugins.svn.wordpress.org/remove-jquery/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/remove-jquery/) 
by [RSS](https://plugins.trac.wordpress.org/log/remove-jquery/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial version.

## মেটা

 *  Version **1.0**
 *  শেষ আপডেট করা হয়েছে **5 বছর আগে**
 *  Active installations **100+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **5.6.17**
 *  Language
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * ট্যাগ
 * [jquery](https://bn.wordpress.org/plugins/tags/jquery/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/remove-jquery/advanced/)

## Ratings

 ৫ স্টার এর মধ্যে 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/)

## Support

Got something to say? Need help?

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

## ডোনেট

Would you like to support the advancement of this plugin?

 [ এই প্লাগিনে ডোনেট করুন ](https://marc.tv/out/donate)