[jQuery] Re: Ajax loading/please-wait image

2008-04-25 Thread Ryura
Instead of using $.post, use $.ajax. This has far more options like beforeSend which will let you control the timing of your image. On Apr 25, 3:29 pm, Shane [EMAIL PROTECTED] wrote: Hi, I want to add your typical 'Loading' animated gif to a page while it's updating via ajax. I'm trying to

[jQuery] Re: Ajax loading/please-wait image

2008-04-25 Thread Shane
Thanks. I'll give it a shot. On Apr 25, 4:30 pm, Ryura [EMAIL PROTECTED] wrote: Instead of using $.post, use $.ajax. This has far more options like beforeSend which will let you control the timing of your image. On Apr 25, 3:29 pm, Shane [EMAIL PROTECTED] wrote: Hi, I want to add your