Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer searches...
[jquery.git] / src / ajax / jsonp.js
2011-01-25 jaubourgFixes #8054 by reverting feature enhancement 5812 ...
2011-01-23 jaubourgMore code style fixes.
2011-01-23 jaubourgApply JQuery Core Style Guidelines to ajax.js and ajax...
2011-01-20 jaubourgCleans up and simplifies code shared by ajaxPrefilter...
2011-01-16 jaubourgSetting the jsonp option to false now inhibits any...
2011-01-16 jaubourgFixes #2994. Not finding a transport now fires the...
2011-01-13 jaubourgMoved jQuery.ajax.prefilter and jQuery.ajax.transport...
2011-01-12 jaubourgFixes #4897. Added ?? as a context-insensitive placehol...
2011-01-09 jaubourgFixes #5812. =? will be detected even when it has been...
2011-01-09 jaubourgFixes #5803. Reworked jsonp prefilter so that it sets...
2011-01-06 jaubourgRenamed src/transports to src/ajax (in case we need...