I have a html page and inside of it there are 4 script tags with “src” attribute.I mean that there are 4 more JS files.I want to write all codes in src files between script tags and want to reach all content from one single HTML page .
How can I write all JS files content to one single HTML page ?
Load the content via AJAX as “text”, then push it into the DOM (I’m using jQuery, but you can use anything similar):