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

---

Bővítmények keresése

Ez a bővítmény **nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával**. Lehetséges,
hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb
WordPress verziókkal.

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

# WP HeadJS

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

[Letöltés](https://downloads.wordpress.org/plugin/wp-headjs.zip)

 * [Részletek](https://hu.wordpress.org/plugins/wp-headjs/#description)
 * [Vélemények](https://hu.wordpress.org/plugins/wp-headjs/#reviews)
 *  [Telepítés](https://hu.wordpress.org/plugins/wp-headjs/#installation)
 * [Fejlesztés](https://hu.wordpress.org/plugins/wp-headjs/#developers)

 [Támogatás](https://wordpress.org/support/plugin/wp-headjs/)

## Leírás

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/

## Telepítés

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

## Vélemények

Nincsenek értékelések erről a bővítményről.

## Közreműködők és fejlesztők

“WP HeadJS” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek 
járultak hozzá:

Közreműködők

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

[“WP HeadJS” fordítása a saját nyelvünkre.](https://translate.wordpress.org/projects/wp-plugins/wp-headjs)

### Érdekeltek vagyunk a fejlesztésben?

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

## Meta

 *  Version **0.1**
 *  Last updated **14 év ezelőtt**
 *  Active installations **10+**
 *  WordPress version ** 2.9.1 vagy magasabb **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * Tags
 * [headjs](https://hu.wordpress.org/plugins/tags/headjs/)[javascript](https://hu.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://hu.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [Bővített nézet](https://hu.wordpress.org/plugins/wp-headjs/advanced/)

## Vélemények

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

## Közreműködők

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

## Támogatás

Vélemény? Segítségkérés?

 [Támogatói fórum megtekintése](https://wordpress.org/support/plugin/wp-headjs/)

## Adomány

Szeretnénk támogatni ennek a bővítménynek a fejlődését?

 [ Ha tehetjük, támogassuk ezt a bővítményt ](http://www.brianzeligson.com)