mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 06:04:56 -05:00
Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp: "callback" instead.
This commit is contained in:
@@ -151,7 +151,7 @@ jQuery.extend({
|
||||
lastModified: {},
|
||||
|
||||
ajax: function( s ) {
|
||||
var jsonp, jsre = /=(\?|%3F)/g, status, data;
|
||||
var jsonp, jsre = /=\?(&|$)/g, status, data;
|
||||
|
||||
// Extend the settings, but re-extend 's' so that it can be
|
||||
// checked again later (in the test suite, specifically)
|
||||
|
||||
Reference in New Issue
Block a user