load scripts asynchronously

前端 未结 19 1206
粉色の甜心
粉色の甜心 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:31

    You might find this wiki article interesting : http://ajaxpatterns.org/On-Demand_Javascript

    It explains how and when to use such technique.

提交回复
热议问题