close
Skip to content

TheEskhaton/cndjsfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A simple script loader that loads scripts from cndjs.com and appends them to the head element

Usage

fetch([
        {name : 'jquery', version : '2.1.0'},
        {name: 'underscore.js', version :'1.6.0', filename: 'underscore-min'},
        {name: 'backbone.js', version : '1.1.2', filename: 'backbone-min' } 
    ],
    function(){
        console.log('Loaded');
    });

This snippet loads jquery, underscore and backbone , appends them to the head elements and preserves order

About

A simple script loader that loads scripts from cndjs.com and appends them to the head element

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors