[jQuery] Re: Reuse ajax calls

2009-05-27 Thread Scott Sauyet
Lideln wrote: Is there a way to store ajax calls in variables and reuse them later ? I saw that $.ajax is returning the XHR object, maybe it could be a lead ? Are you trying to save the XHR object jQuery uses internally, the jQuery parameters to the call, or the results of the call? The

[jQuery] Re: Reuse ajax calls

2009-05-27 Thread Lideln
On May 27, 6:00 pm, Scott Sauyet li...@sauyet.com wrote: Lideln wrote: Is there a way to store ajax calls in variables and reuse them later ? I saw that $.ajax is returning the XHR object, maybe it could be a lead ? Are you trying to save the XHR object jQuery uses internally, the