Skip to content

pg-ito/includeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

includeJS

library to dynamically include the Javascript


How to use.

<script src="include.js"></script>

<script>
	var incl = new includeJS();
	incl.load('./js/testload.js')
    .load('https://code.jquery.com/jquery-2.1.3.js',function(){
        // Someting callback when include first augment Javascript file loaded.
    })
	.finish(function(){
		// Execute on all files loaded.
	});
</script>

About

library to dynamically include the Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published