Skip to content

Load Css and Js files dynamically and execute callback on completion

Notifications You must be signed in to change notification settings

imPrashik/loadAndCall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

loadAndCall

Load Css and Js files dynamically and execute callback on completion

Example

loadAndCall({
  files: {
   css: [
    "/Css/file1.css",
    "/Css/file2.css",
   ],
   js: [
    "/Js/file1.js",
    "/Js/file2.js"
   ]
  },
  callBack() {
   console.log("All files loaded successfully, you can use the loaded plugins and their functionalities here including operations like stop loader etc");
  }
});\

About

Load Css and Js files dynamically and execute callback on completion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published