I have several AJAX calls.  Most of them retrieve values for drop-down
lists and one fills in the data.  Of course, unless the drop down
lists are fully loaded, the data filler doesn't select them properly.
Is there anyway to trigger the data filler after they are complete
with more sophistication than setTimeout?

BTW, I've tried ajaxStop but that causes an infinite loop since the
data filler triggers it again.

Thanks!

Reply via email to