load scripts asynchronously

前端 未结 19 1265
粉色の甜心
粉色の甜心 2020-11-22 12:01

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

19条回答
  •  一向
    一向 (楼主)
    2020-11-22 12:35

    You can use LABJS or RequreJS

    Script loaders like LABJS, RequireJS will improve the speed and quality of your code.

提交回复
热议问题