Asynchronous Javascript Loaders

You can’t have both: you either use wp_enqueue_script() or head.js

Or, you do some wacky hacking to translate the WP script dependency tree into head.js calls.

NB: Replace head.js with whatever library you want to use.

Leave a Comment