All Projects → BaseMax → LoadJs

BaseMax / LoadJs

Licence: GPL-3.0 license
Tiny Library for import and load the javascript file(code).

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Load Script Js

Tiny Library for import and load the javascript file(code).

Using

Add to <head> :

window.appendscript("Link of the js file");
window.appendscript("Link of the js file",false);

Add to <body> :

window.appendscript("Link of the js file",true);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].