Changeset 4193
- Timestamp:
- 12/17/07 00:48:12 (9 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/ajax.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/ajax.js
r4192 r4193 178 178 // Replace the =? sequence both in the query string and the data 179 179 if ( s.data ) 180 s.data = (s.data + "").replace(jsre, "=" + jsonp );181 s.url = s.url.replace(jsre, "=" + jsonp );180 s.data = (s.data + "").replace(jsre, "=" + jsonp + "$1"); 181 s.url = s.url.replace(jsre, "=" + jsonp + "$1"); 182 182 183 183 // We need to make sure
