showing results for - "dynamically load js inside js"
Sophie
27 Sep 2017
1var script = document.createElement('script');
2script.src = something;
3//do stuff with the script
4