Picture of Matt Leathes
Re: Loading external JS libraries
by Matt Leathes - Monday, 23 January 2017, 3:06 PM
 

Have you tried just doing $.getScript(script); instead of $("head").append('<script>$.getScript("' + script + '");