jquery Programming Glossary: loadcontact
Waiting on multiple asynchronous calls to complete before continuing http://stackoverflow.com/questions/2768293/waiting-on-multiple-asynchronous-calls-to-complete-before-continuing LoadPositions '#Position' LoadDepartments '#Department' LoadContact It then calls LoadContact Which does another call and when it.. LoadDepartments '#Department' LoadContact It then calls LoadContact Which does another call and when it returns it populates all.. value. What I need to be able to do is somehow have LoadContact only execute once the other methods are complete and callbacks..
Waiting on multiple asynchronous calls to complete before continuing http://stackoverflow.com/questions/2768293/waiting-on-multiple-asynchronous-calls-to-complete-before-continuing downs with their values. function LoadCategories '#Category' LoadPositions '#Position' LoadDepartments '#Department' LoadContact It then calls LoadContact Which does another call and when it returns it populates all the fields on the form. The problem.. function LoadCategories '#Category' LoadPositions '#Position' LoadDepartments '#Department' LoadContact It then calls LoadContact Which does another call and when it returns it populates all the fields on the form. The problem is that often the dropdowns.. aren't all populated and thus it can't set them to the correct value. What I need to be able to do is somehow have LoadContact only execute once the other methods are complete and callbacks done executing. But I don't want to have to put a bunch of..
|