append scripts using jquery

Solutions on MaxInterview for append scripts using jquery by the best coders in the world

showing results for - "append scripts using jquery"
Chris
17 Apr 2018
1var s = document.createElement("script");
2s.type = "text/javascript";
3s.src = "http://somedomain.com/somescript";
4$("head").append(s);
similar questions
queries leading to this page
append scripts using jquery