Title: WP HeadJS
Author: Brian Zeligson
Published: <strong>જૂન 17, 2012</strong>
Last modified: જૂન 17, 2012

---

પ્લગીન શોધો

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

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

# WP HeadJS

 [Brian Zeligson](https://profiles.wordpress.org/beezeee/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/wp-headjs.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/wp-headjs/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/wp-headjs/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/wp-headjs/#installation)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/wp-headjs/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/wp-headjs/)

## વર્ણન

This plugin uses the wp_print_scripts action hook, as opposed to output buffering
and regex used by alternative implementations.

The downside of this method is that only scripts loaded via wp_enqueue_script will
be affected by the plugin, the upside is better
 performance by avoiding output 
buffering on every page load.

The plugin will preserve any localizations added via wp_localize_script, and uses
the first parameter passed to wp_enqueue_script
 as the label for the script in 
the head.js call. For example,

    ```
    wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js');
    ```

would show up as

    ```
    head.js({"jquery": "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"});
    ```

This allows you to run callbacks when specific scripts are ready, such as

    ```
    head.ready('jquery', function() {
        //do something when jquery is loaded
    });
    ```

For more on HeadJS usage, see http://headjs.com/

## સ્થાપન

The easiest way is via Plugins->Add New from the left sidebar of your WP Admin, 
just search for headjs.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

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

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

ફાળો આપનારા

 *   [ Brian Zeligson ](https://profiles.wordpress.org/beezeee/)

[“WP HeadJS” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/wp-headjs)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/wp-headjs/), જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/wp-headjs/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/wp-headjs/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/wp-headjs/?limit=100&mode=stop_on_copy&format=rss).

## મેટા

 *  વર્ઝન **0.1**
 *  છેલ્લી અપડેટ: **14 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10+**
 *  વર્ડપ્રેસ વર્ઝન ** 2.9.1 અથવા ઉચ્ચતર **
 *  **3.2.1** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * ટૅગ્સ:
 * [headjs](https://gu.wordpress.org/plugins/tags/headjs/)[javascript](https://gu.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://gu.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/wp-headjs/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[તમારા અભિપ્રાયો](https://wordpress.org/support/plugin/wp-headjs/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/wp-headjs/reviews/)

## ફાળો આપનારા

 *   [ Brian Zeligson ](https://profiles.wordpress.org/beezeee/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/wp-headjs/)

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](http://www.brianzeligson.com)