Title: WP HeadJS
Author: Brian Zeligson
Published: <strong>Июнь 17, 2012-ж.</strong>
Last modified: Июнь 17, 2012-ж.

---

Плагиндерди издөө

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://ky.wordpress.org/plugins/wp-headjs/#description)
 * [Сын-пикирлер](https://ky.wordpress.org/plugins/wp-headjs/#reviews)
 *  [Орнотуу](https://ky.wordpress.org/plugins/wp-headjs/#installation)
 * [Development](https://ky.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.

## Contributors & Developers

“WP HeadJS” is open source software. The following people have contributed to this
plugin.

Мүчөлөрү

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

[Translate “WP HeadJS” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-headjs)

### Interested in development?

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

## Мета

 *  Нуска **0.1**
 *  Акыркы жаңыртуу **14 жыл мурун**
 *  Активдүү орнотуулар **10+**
 *  WordPress нускасы ** 2.9.1 же андан жогору **
 *  Tested up to **3.2.1**
 *  Тил
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * Тег:
 * [headjs](https://ky.wordpress.org/plugins/tags/headjs/)[javascript](https://ky.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://ky.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [Advanced View](https://ky.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/)

## Кайрымдуулук

Would you like to support the advancement of this plugin?

 [ Кайрымдуулук кылуу ](http://www.brianzeligson.com)