Laden Sie JS in JS dynamisch laden

var script = document.createElement('script');
script.src = something;
//do stuff with the script
Tiago F2