Plugin info

Total downloads: 1,515
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/17/2012 (4945 days ago)
Added to WordPress: 6/17/2012 (13 years old)
Minimum WordPress version: 2.9.1
Tested up to WordPress version: 3.2.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4945 days ago

20/100

Is WP HeadJS abandoned?

Possibly abandoned (last update 4945 days ago).

Compatibility

Requires WordPress: 2.9.1
Tested up to: 3.2.1
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Async JS and CSS
Rating 4.2/5 (51 reviews)Active installs 900
Asynchronous Javascript
Rating 3.7/5 (9 reviews)Active installs 200
Head.WP
Rating 0.0/5 (0 reviews)Active installs 10

Description

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/

Installation

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

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available