The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Loading js asynchronously
Can I use the following to code to load many js files asynchronously?
Code:
<script type="text/javascript"> (function(){ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = '//mysite.com/ga.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(ga); })(); </script> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|