WP HeadJS

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/

MooTools

This WordPress MooTools plugin simply provides you with the latest MooTools JavaScript framework on the front-end of your WordPress website. It makes use of the wp_head WordPress action hook in order to insert code into the <head> section of your layout. The MooTools framework will be referenc.........

Similar: 60%

Head.WP

Head.js is a script to asynchronously load and manage dependencies of javascript and CSS assets. This plugin loads the scripts and styles enqueued in footer with the head.js loader. It does not include head.js' feature detection. Head.js.wp assumes that scripts are loaded via wp_enqueue_script() a.........

Similar: 56%

JavaScript AutoLoader

This Plugin allows you to load additional JavaScript files without the need to change files in the theme directory or to install several plugins to add all the desired functionality. See also Plugin Homepage To load additional JavaScript files just put them into a directory named jsautoload. T.........

Similar: 40%

CloudFlare Rocket Loader Ignore

This plugin tells CloudFlare's Rocket Loader not to process the given script by adding an attribute to the script tag. Per https://support.cloudflare.com/hc/en-us/articles/200169436--How-can-I-have-Rocket-Loader-ignore-my-script-s-in-Automatic-Mode- Disclaimer: This plugin is not affiliated with or.........

Similar: 34%

Debug Bar List Script & Style Dependencies

We all know that when we're add a script or style to WordPress, we should use wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ) and wp_enqueue_style( $handle, $src, $deps, $ver, $media ) as in: function themeslug_enqueue_style() { wp_enqueue_style( 'core', 'style.css�.........

Similar: 30%

Scripts and Styles

Inject JavaScript and CSS files into your website without having to know the details of the underlying HTML. Paste the URLs to external files into the WordPress Admin Settings, and Scripts and Styles will create and insert <script> and <link> tags for you. Banner image by JD Hancock (ht.........

Similar: 22%

WP Scripts & Styles Optimizer

Optimization of included JavaScript- and CSS-files is a very important thing. Many WordPress plugins comes with multiple third-party and/or own JavaScript-files that are then often included on every page of your site. In worst cases you have more than one of the same file included on your site. Tha.........

Similar: 18%

Protocol Relative Theme Assets

This plugin transforms any registered, enqueued CSS or JavaScript URLs into their "protocol-relative" equivalent. Consider the following examples: Protocol Relative CSS URL <link href=https://wordpress.org/plugins/protocol-relative-theme-assets/"//example.com/wp-content/themes/twentytwelv.........

Similar: 15%

WelcomeUser!

WelcomeUser! make it possible to add customizable welcome messages to you users based on their user roles. Inspired by sites such as eBay and Amazon, use this handy plugin for things such as: Providing a set of quick links for your users Displaying a friendly welcome message Creating a call-to-ac.........

Similar: 9%

CSS & JavaScript Toolbox

Update Notice After a long hiatus in development, we have decided to focus our entire efforts on our new premium extension plugin called CSS & JavaScript Toolbox PLUS, which is designed to work with and UPGRADE the free version. Unfortunately we will be moving many features from the free versio.........

Similar: 6%