Created
April 15, 2015 17:42
-
-
Save lampe/84ae591b639eb1a4d408 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
funtion loadJsFile(filename){ | |
var externalJsFilf=document.createElement('script'); | |
externalJsFilf.setAttribute("type","text/javascript"); | |
externalJsFilf.setAttribute("src", filename); | |
} | |
loadJsFile(PathToFile); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment