loadScript | url: string, type: string, position: 'body' | 'head', isAsync?: boolean, callback?: function | Loads a script from a URL. url the absolute path to the script, type defaults to 'text/javascript', position determines where the script element will be added (default to body ), async script should load asynchronously or not. callback function to be executed when the script has finished loading. |