Skip to content

RealGeeks/scriptload

Repository files navigation

Scriptload

Asynchronously load one or more scripts while executing them in order. It even works on IE8!

Usage

var load = require('scriptload');

load(['jquery.js', 'jquery-plugin.js'], function () {
  // At this point both scripts have been loaded and executed.
});

About

Asynchronously load one or more scripts while executing them in order.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •