Title: HeadJS Loader
Author: durin
Published: <strong>Январь 25, 2011-ж.</strong>
Last modified: Январь 25, 2013-ж.

---

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

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/headjs-loader.svg)

# HeadJS Loader

 Автору [durin](https://profiles.wordpress.org/durin/)

[Жүктөө](https://downloads.wordpress.org/plugin/headjs-loader.zip)

 * [Кенен маалымат](https://kir.wordpress.org/plugins/headjs-loader/#description)
 * [Сын-пикирлер](https://kir.wordpress.org/plugins/headjs-loader/#reviews)
 *  [Орнотуу](https://kir.wordpress.org/plugins/headjs-loader/#installation)
 * [Development](https://kir.wordpress.org/plugins/headjs-loader/#developers)

 [Колдоо](https://wordpress.org/support/plugin/headjs-loader/)

## Сүрөттөө

This plugin reformats your page to utilize [Head JS](http://headjs.com) in your 
WordPress site.

**Caution: this plugin can cause major issues with the javascript on your site if
not implemented properly. Please be sure to test on a development server first**

It strips out all your old javascript declarations and puts them into head.js calls
so that they are loaded in parallel (see the Head JS website for more details).

Optionally you can wrap all your inline javascript with head.ready calls.

For example, this:

    ```
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/prototype.js?ver=1.6.1'></script> 
    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js?ver=3.0.4'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/wp-scriptaculous.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/builder.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/effects.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/dragdrop.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/slider.js?ver=1.8.3'></script> 
    <script type='text/javascript' src='http://yoururl.com/wp-includes/js/scriptaculous/controls.js?ver=1.8.3'></script> 
    ```

Becomes:

    ```
    <script type="text/javascript" src="http://yoururl.com/wp-content/plugins/headjs-loader/js/head.min.js"></script> 
    <script> 
    head.js("http://yoururl.com/wp-includes/js/prototype.js?ver=1.6.1",
        "http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js?ver=3.0.4",
        "http://yoururl.com/wp-includes/js/scriptaculous/wp-scriptaculous.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/builder.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/effects.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/dragdrop.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/slider.js?ver=1.8.3",
        "http://yoururl.com/wp-includes/js/scriptaculous/controls.js?ver=1.8.3"
    );
    </script> 
    ```

Feel free to contribue to the project on [GitHub](http://github.com/ChuckMac/wp-headjs-loader)!

## Орнотуу

 1. Upload `headjs-loader` directory to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ.KG

  No questions

No answers.

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

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

Мүчөлөрү

 *   [ durin ](https://profiles.wordpress.org/durin/)

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

### Interested in development?

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

## Өзгөртүүлөр

#### 0.1.1

 * Fixed bug that caused apache erorr messages if no javascript was declared.

#### 0.1

 * Initial release.

## Мета

 *  Нуска **0.2**
 *  Акыркы жаңыртуу **13 жыл мурун**
 *  Активдүү орнотуулар **10+**
 *  WordPress нускасы ** 3.0 же андан жогору **
 *  Tested up to **3.5.2**
 *  Тил
 * [English (US)](https://wordpress.org/plugins/headjs-loader/)
 * Тег:
 * [css](https://kir.wordpress.org/plugins/tags/css/)[javascript](https://kir.wordpress.org/plugins/tags/javascript/)
   [JS](https://kir.wordpress.org/plugins/tags/js/)
 *  [Advanced View](https://kir.wordpress.org/plugins/headjs-loader/advanced/)

## Рейтинг

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/headjs-loader/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/headjs-loader/reviews/)

## Мүчөлөрү

 *   [ durin ](https://profiles.wordpress.org/durin/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/headjs-loader/)

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

Would you like to support the advancement of this plugin?

 [ Кайрымдуулук кылуу ](http://chuckmac.info/)