diff options
author | Bin Xin <rhyzix@gmail.com> | 2014-11-28 14:09:29 +0800 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-12-03 04:54:53 +0300 |
commit | 15f4dec7894f1e00adbfb9bce4f870441a527bd6 (patch) | |
tree | 66f5ffd9a689c3ca86bc43d99495ec3c416ac2ec /src/manipulation | |
parent | 7d15b4d1f181de8868c375c545a51e4dfc28a611 (diff) | |
download | jquery-15f4dec7894f1e00adbfb9bce4f870441a527bd6.tar.gz jquery-15f4dec7894f1e00adbfb9bce4f870441a527bd6.zip |
Manipulation: support data-URI scripts insertion
Fixes gh-1887
Closes gh-1888
Diffstat (limited to 'src/manipulation')
-rw-r--r-- | src/manipulation/_evalUrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manipulation/_evalUrl.js b/src/manipulation/_evalUrl.js index 6704749ae..0fdacbcee 100644 --- a/src/manipulation/_evalUrl.js +++ b/src/manipulation/_evalUrl.js @@ -7,6 +7,7 @@ jQuery._evalUrl = function( url ) { url: url, type: "GET", dataType: "script", + cache: true, async: false, global: false, "throws": true |