Title: Remove jQuery from Theme
Author: Marc Tönsing
Published: <strong>માર્ચ 9, 2021</strong>
Last modified: માર્ચ 9, 2021

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/remove-jquery/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/remove-jquery/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/remove-jquery/#installation)
 * [ડેવલપમેન્ટ](https://gu.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/) એપ્રિલ 12, 2021

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

 [ 1 સમીક્ષાઓ વાંચો ](https://wordpress.org/support/plugin/remove-jquery/reviews/)

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/), જોવો
[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/remove-jquery/),અથવા 
સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/remove-jquery/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/remove-jquery/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 1.0

 * Initial version.

## મેટા

 *  વર્ઝન **1.0**
 *  છેલ્લી અપડેટ: **5 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **100+**
 *  વર્ડપ્રેસ વર્ઝન ** 5.0 અથવા ઉચ્ચતર **
 *  **5.6.17** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/remove-jquery/)
 * ટેગ:
 * [jquery](https://gu.wordpress.org/plugins/tags/jquery/)
 *  [વિગતવાર દૃશ્ય](https://gu.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)