Title: WP HeadJS
Author: Brian Zeligson
Published: <strong>17 Juni 2012</strong>
Last modified: 17 Juni 2012

---

Cari plugin

Plugin ini **belum teruji dangan 3 rilis besar WordPress**. Kemungkinan tidak lagi
dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan
dengan versi WordPress yang lebih baru.

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

# WP HeadJS

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

[Unduh](https://downloads.wordpress.org/plugin/wp-headjs.zip)

 * [Detail](https://id.wordpress.org/plugins/wp-headjs/#description)
 * [Ulasan](https://id.wordpress.org/plugins/wp-headjs/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/wp-headjs/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/wp-headjs/#developers)

 [Bantuan](https://wordpress.org/support/plugin/wp-headjs/)

## Deskripsi

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/

## Instalasi

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

## Ulasan

Belum ada ulasan untuk plugin ini.

## Kontributor & Pengembang

“WP HeadJS” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi
pada plugin ini.

Kontributor

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

[Terjemahkan “WP HeadJS” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/wp-headjs)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/wp-headjs/), periksa [repositori SVN ](https://plugins.svn.wordpress.org/wp-headjs/),
atau mendaftar ke [log pengembangan](https://plugins.trac.wordpress.org/log/wp-headjs/)
melalui [RSS](https://plugins.trac.wordpress.org/log/wp-headjs/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versi **0.1**
 *  Diperbarui **14 tahun yang lalu**
 *  Instalasi Aktif **10+**
 *  Versi WordPress ** 2.9.1 atau yang terbaru **
 *  Diuji hingga **3.2.1**
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * Tag
 * [headjs](https://id.wordpress.org/plugins/tags/headjs/)[javascript](https://id.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://id.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/wp-headjs/advanced/)

## Rating

No reviews have been submitted yet.

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

[Lihat semua ulasan](https://wordpress.org/support/plugin/wp-headjs/reviews/)

## Kontributor

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

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/wp-headjs/)

## Donasi

Apakah Anda ingin mendukung pengembangan plugin ini?

 [ Donasi untuk plugin ini ](http://www.brianzeligson.com)