A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
6
Task/Include-a-file/JavaScript/include-a-file-1.js
Normal file
6
Task/Include-a-file/JavaScript/include-a-file-1.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
var s = document.createElement('script');
|
||||
s.type = 'application/javascript';
|
||||
|
||||
// path to the desired file
|
||||
s.src = 'http://code.jquery.com/jquery-1.6.2.js';
|
||||
document.body.appendChild(s);
|
||||
1
Task/Include-a-file/JavaScript/include-a-file-2.js
Normal file
1
Task/Include-a-file/JavaScript/include-a-file-2.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
$.getScript("http://example.com/script.js");
|
||||
Loading…
Add table
Add a link
Reference in a new issue