[jQuery] Re: advanced callbacks?

2008-02-11 Thread andrea varnier
On 11 Feb, 13:40, lgr888999 <[EMAIL PROTECTED]> wrote: > how would i go for doing a slideUp and an ajax request simultanously > but only handle the ajax response once the slideUp is finished? uhm... I'd try something like this: $.ajax({ url: 'myfile', ... succ

[jQuery] Re: advanced callbacks?

2008-02-11 Thread Cloudream
try $(xxx).slideUp().ajax({xxx}); On Feb 11, 8:40 pm, lgr888999 <[EMAIL PROTECTED]> wrote: > how would i go for doing a slideUp and an ajax request simultanously > but only handle the ajax response once the slideUp is finished?