Richard
Member since Jun 23, 2010
- Profile: /members/6269-richard.htm
- URL: http://badsyntax.co.uk
- Comments: 2
Recent Blog Comments By Richard
-
XMLHttpRequest Object Has An Abort() Method
Posted on Jun 23, 2010 at 11:01 AM
@Ben Cool beans. Yea it's a bit of a pain! One would think none of the callback handlers would be executed on an aborted request. I'm sure there's good reasoning for the change. (This was not the default behaviour in jQuery 1.3.2)... read more »
-
XMLHttpRequest Object Has An Abort() Method
Posted on Jun 23, 2010 at 7:30 AM
I came across this post while searching for information on what jQuery does with the success callback function on an aborted request. I understand this is an old post, but it might be worth mentioning that this will not work using jQuery 1.4.2. The change is that the success function will always be ... read more »