bingo wrote:
I think this will work...but the problem is some of the libraries that
I am using do not provide callback functionality..but definitely for
most ajax stuff this will work..

If they do not provide callback functionality but do some asynchronous processing, there seems little you can do to know when they've finished. You can poll with a timer if you can figure out how to determine dynamically whether they've been updated. But that's ugly and like to be error-prone. But how often do you have a library that does something besides AJAX or animations and still has an asynchronous return?

  -- Scott

Reply via email to