Hi
I have a need to determine that an particular Ajax call has completed and delivered its result. Is there a reliable way to determine this? Is there a way to suspend event processing until completion (making this a 'sync' call)?
Thanks,
Bob
I have a need to determine that an particular Ajax call has completed and delivered its result. Is there a reliable way to determine this? Is there a way to suspend event processing until completion (making this a 'sync' call)?
Thanks,
Bob
RE: Method for detecting Ajax completion?
I think your best option would be to define your own function that will be called when the response from the AJAX call has been received.
See http://www.hyfinity.com/node/93 for more details. In this case it is the ManipulateResponse function that you will need to create.
I hope this helps.
Gerard