This website requires JavaScript.
Explore
Help
Sign In
deac
/
jquery
Watch
1
Star
0
Fork
You've already forked jquery
0
Code
Issues
Pull requests
Releases
Wiki
Activity
57956152d8
jquery
/
src
/
ajax
History
jaubourg
57956152d8
Removed xhr pooling since failing cross-domain requests leaves the xhr object in an undefined state in Firefox. Also rewrote comments related to the active xhr list so that they make sense.
2011-01-13 16:58:16 +01:00
..
jsonp.js
Fixes
#4897
. Added ?? as a context-insensitive placeholder for the callback name of a JSONP request. Unit tests provided.
2011-01-12 18:36:00 +01:00
script.js
Reworked script and xhr abort logic to take advantage of the fact jXHR.abort will complete the request itself if not done already.
2011-01-13 02:05:39 +01:00
xhr.js
Removed xhr pooling since failing cross-domain requests leaves the xhr object in an undefined state in Firefox. Also rewrote comments related to the active xhr list so that they make sense.
2011-01-13 16:58:16 +01:00