I am trying to create a Javascript function that will return all downloaded javascript files. For example:
I load jquery.js, jquery.somescript.js and tinymce.js
I want the function to return everything in script format (so if I saved and ran the returned text again), it will work the same as if I named the files described above. Also, if TinyMCE loads 15 JS fies, it should also return.
I hope this is not too hard to understand, but any help would be greatly appreciated!
Thank Advance
javascript dynamic load
Nitroware
source share