jquery: how to include other .js-files into .js
Posted
by Heinrich
on Stack Overflow
See other posts from Stack Overflow
or by Heinrich
Published on 2010-04-08T08:31:21Z
Indexed on
2010/04/08
8:33 UTC
Read the original article
Hit count: 350
Is there any jquery plugin (instead of incldeMany) or simple function to include js-files on demand ?
for example:
$.include('myscript.js');
?
© Stack Overflow or respective owner