Open
Description
jQuery 1.12.0 added a signature for passing an options object to $.getScript.
The options are padded on to $.ajax.
- The signature should be added to the docs
- In the Examples section, if you want to enable browser caching it is recommended to add a new function. This is not a good practice, and since 1.12.0 there is no use for it. One can simply:
$.getScript({
url: "foo.js",
cache: true
})
The above example should be added to the examples section, for jQuery 1.12.0 or later.
Metadata
Metadata
Assignees
Labels
No labels