[jQuery] Re: Question: Wait for function 1 to finish, then start function 2....

2009-05-24 Thread macphreak
Moderators - I am not trying to post multiple posts. However, I was having problems with my internet connection at the time I was trying to post this. I have another post that is similar to this one so you can safely delete this post. Thanks! On May 23, 2:44 pm, macphreak wrote: > Hello, &g

[jQuery] Re: Wait for one function to finish, then start the next....

2009-05-24 Thread macphreak
n_popup? does it involve ajax? > > http://www.ibm.com/developerworks/web/library/wa-ajaxintro2/#N103A2 > > On May 23, 2:42 pm, macphreak wrote: > > > > > I have seen a few of threads on this issue. However, they have mostly > > deal with the fadeins or fadeouts whic

[jQuery] Question: Wait for function 1 to finish, then start function 2....

2009-05-24 Thread macphreak
Hello, I have done some searching on the discussions here and have found info on waiting for fadeins, etc. to finish and then calling another function. However, I am needing something a little different. I am needing for function 1 to process and then call over to function 2 once it's finished. H

[jQuery] Wait for one function to finish, then start the next....

2009-05-24 Thread macphreak
I have seen a few of threads on this issue. However, they have mostly deal with the fadeins or fadeouts which is not what I am needing. Here is what I need: On a click event, start function 1. Then after it's finished, start function2. Here is my code: var $j = jQuery.noConflict();

[jQuery] Wait for one function to finish, then start the next....

2009-05-24 Thread macphreak
I have seen a few of threads on this issue. However, they have mostly deal with the fadeins or fadeouts which is not what I am needing. Here is what I need: On a click event, start function 1. Then after it's finished, start function2. Here is my code: var $j = jQuery.noConflict();