aboutsummaryrefslogtreecommitdiffstats
path: root/build/js
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-09-03 23:45:14 +0000
committerJohn Resig <jeresig@gmail.com>2007-09-03 23:45:14 +0000
commita5dbcaf67579b2266b64ffbdd2a328d180f7f64b (patch)
treeacd1b43b4b22dae6038cb66ea9ba10a53323ca84 /build/js
parent456f0fe5985eaad42eba456b9ff710771669607c (diff)
downloadjquery-a5dbcaf67579b2266b64ffbdd2a328d180f7f64b.tar.gz
jquery-a5dbcaf67579b2266b64ffbdd2a328d180f7f64b.zip
Added support for:
- Cross Domain getScript $.getScript("http://foo.com/script.js"); - JSONP $.ajax({ url: "script.js", type: "jsonp" }); $.getJSON("script.js?callback=?"); - Cross Domain JSONP/getJSON $.getJSON("http://foo.com/script.js?callback=?"); - No-cache Ajax Requests $.ajax({ url: "test.html", cache: false });
Diffstat (limited to 'build/js')
0 files changed, 0 insertions, 0 deletions