scriptload

0.2.0 • Public • Published

Scriptload

Asynchronously load one or more scripts while executing them in order. This version works in all modern browsers. If you need support down to IE8 install version 0.1.0.

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i scriptload

Weekly Downloads

10

Version

0.2.0

License

MIT

Last publish

Collaborators

  • iclanzan