I have a dynamic web page where I need to import an external JS file (under an IF condition) inside another javascript file.

I tried to search for a feasible solution but it didn’t work.

I have tried loading a JS file to the DOM using document.createElement() but it also didn’t work. Apparently the Js was loaded into the DOM but was not accessible in the current JS file.

Solution in jQuery will also be fine

12 Answers
12

Leave a Reply

Your email address will not be published. Required fields are marked *