Title: WP HeadJS
Author: Brian Zeligson
Published: <strong>जुन 17, 2012</strong>
Last modified: जुन 17, 2012

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](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://ne.wordpress.org/plugins/wp-headjs/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/wp-headjs/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/wp-headjs/#installation)
 * [विकास](https://ne.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.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“WP HeadJS” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका 
छन्।

योगदानकर्ताहरू

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

[“WP HeadJS” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/wp-headjs)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/wp-headjs/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/wp-headjs/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/wp-headjs/) हेर्नुहोस्, वा [विकास लग](https://plugins.trac.wordpress.org/log/wp-headjs/)
को सदस्यता लिनुहोस्।

## मेटा

 *  संस्करण **0.1**
 *  पछिल्लो अपडेट **14 वर्ष अघि**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस संस्करण ** 2.9.1 वा उच्च **
 *  जाँच गरिएको **3.2.1**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * ट्यागहरू
 * [headjs](https://ne.wordpress.org/plugins/tags/headjs/)[javascript](https://ne.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://ne.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/wp-headjs/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

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

[See all reviews](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)