There is one javascript file http://v2.jiathis.com/code_mini/jia.js, in order for good speed , I want to load it asynchronous, how to do this by jquery ?
There is one javascript file http://v2.jiathis.com/code_mini/jia.js , in order for good speed , I
Share
.getScript() can help you the things Getscript:
load a JavaScript file from the server using a GET HTTP request, then execute it.
The script is executed in the global context, so it can refer to other variables and use jQuery functions. Included scripts can have some impact on the current page