Answers for "add script tag in head using jquery"

1

how add script to html in jquery

$.getScript("test.js", function(){
    alert("Running test.js");
});
Posted by: Guest on April-19-2021

Code answers related to "add script tag in head using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language