Hi All,
I have two Javascript functions.. I want to execute the second function after the first function has completed doing its job. The amount of time for the first function will end up being different every time. So I really need the second function to hold off until the first one is done. Any thoughts on how to accomplish this? Maybe some kind of loop until a specific condition is met?
-dle
I have two Javascript functions.. I want to execute the second function after the first function has completed doing its job. The amount of time for the first function will end up being different every time. So I really need the second function to hold off until the first one is done. Any thoughts on how to accomplish this? Maybe some kind of loop until a specific condition is met?
-dle