Title: WP HeadJS
Author: Brian Zeligson
Published: <strong>17.06.2012</strong>
Last modified: 17.06.2012

---

ჩადგმების ძებნა

ეს პლაგინი **არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე**. როგორც ჩანს, ის უკვე
აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

![](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://ka.wordpress.org/plugins/wp-headjs/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/wp-headjs/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/wp-headjs/#installation)
 * [დეველოპმენტი](https://ka.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.

## მიმოხილვები

There are no reviews for this plugin.

## მონაწილეები & დეველოპერები

“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/browser/wp-headjs/), შეამოწმეთ
[SVN რეპო](https://plugins.svn.wordpress.org/wp-headjs/), ან გამოიწერეთ [შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/wp-headjs/):
[RSS](https://plugins.trac.wordpress.org/log/wp-headjs/?limit=100&mode=stop_on_copy&format=rss).

## მეტა

 *  Version **0.1**
 *  Last updated **14 წელი წინ**
 *  Active installations **10+**
 *  WordPress version ** 2.9.1, ან უფრო მაღალი **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * Tags
 * [headjs](https://ka.wordpress.org/plugins/tags/headjs/)[javascript](https://ka.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://ka.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [დამატებითი ხედი](https://ka.wordpress.org/plugins/wp-headjs/advanced/)

## რეიტინგები

No reviews have been submitted yet.

[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)