=== HeadJS Loader === Contributors: durin Donate link: http://ilinea.com/ Tags: javascript, js, css Requires at least: 3.0 Tested up to: 3.1 Stable tag: trunk A plugin to load your Javascript files via Head JS. == Description == This plugin reformats your page to utilize Head JS in your WordPress site. 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). For example, this:

 
 
 
 
 
 
 
 
Becomes:

 
 
If you would like to see Head JS added to the Google CDN library (like I would), then go to http://code.google.com/p/google-ajax-apis/issues/detail?id=548 and star the issue. == Installation == 1. Upload `headjs-loader` directory to `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == == Frequently Asked Questions == = No questions = No answers. == Upgrade Notice == = 0.1.1 = Fixed bug that caused apache erorr messages if no javascript was declared. == Changelog == = 0.1.1 = * Fixed bug that caused apache erorr messages if no javascript was declared. = 0.1 = * Initial release.