0

Is it possible to include contents of another file in our working file using javascript?

20th Feb 2016, 3:12 AM
Atiqullah Naemi
Atiqullah Naemi - avatar
2 odpowiedzi
0
google app script can do weirder, try
10th Jun 2016, 12:56 AM
Albert Rosenfield
Albert Rosenfield - avatar
0
If you are asking about including other js scripts in working file it is possible with ES6 modules. if you are asking about just regular txt file, you can get it with ajax request.
19th Jun 2016, 1:35 AM
Axle