Added in support for $.ajax jsonpCallback (allowing you to specify the name of the...
authorJohn Resig <jeresig@gmail.com>
Mon, 7 Dec 2009 01:17:14 +0000 (17:17 -0800)
committerJohn Resig <jeresig@gmail.com>
Mon, 7 Dec 2009 01:17:14 +0000 (17:17 -0800)
commitfbc73d45b487dd863886c7fd3f0af1fd4dec261b
treede809af3d341e256b6035fbc8c4052c87ae1a895
parentaea5b091954b3c823b318b392660b22c7b1e978a
Added in support for $.ajax jsonpCallback (allowing you to specify the name of the callback method - and allowing you to avoid skipping the cache). Fixes #4206.
src/ajax.js
test/unit/ajax.js