Long story short, 1) In 1.2.6 I could store an HTTP Request object for use after the ajax call 2) Switched to 1.3.2 and now the HTTP Request is reset and the response XML is empty. 3) The XML response was erased when the abort was called in the callback function onreadystatechange for the ajax method after a successful ajax transacation because "setInterval" is populating the input parameter with a non-zero value which calls the abort every time after a success. 4) I think this is a bug, unless there is another use? 5) For more details see above.
Thanks, Tom... -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.