closes #3059
This commit is contained in:
parent
9787f3617d
commit
77d8c7373f
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ function loadScript(src, *!*callback*/!*) {
|
|||
}
|
||||
```
|
||||
|
||||
The `onload` event is described in the article <info:onload-onerror#loading-a-script>, it basically executes a function after the script is loaded and executed.
|
||||
|
||||
Now if we want to call new functions from the script, we should write that in the callback:
|
||||
|
||||
```js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue