I am using several plugins, custom widgets and some other libraries from JQuery. as a result I have several .js and .css files. I need to create a loader for my site because
Thanks to HTML5, you can now declare the scripts that you want to load asynchronously by adding "async" in the tag:
Note: The async attribute is only for external scripts (and should only be used if the src attribute is present).
Note: There are several ways an external script can be executed:
See this: http://www.w3schools.com/tags/att_script_async.asp