Includes the script (via <script>-tag) into the head for the specified sUrl
and optional sId
.
Param | Type | Default Value | Description |
---|---|---|---|
vUrl | string|object | the URL of the script to load or a configuration object | |
vId? | string|object | id that should be used for the script tag or map of attributes | |
fnLoadCallback? | function | callback function to get notified once the script has been loaded | |
fnErrorCallback? | function | callback function to get notified once the script loading failed |
Method | Description |
---|