On Apr 10, 2008, at 4:30 PM, [EMAIL PROTECTED] wrote:

>
> I'm sure this has been posted before but my search didn't turn
> anything up because I can't remember what this is called. Can anyone
> point me to an example of implementing ajax with a "working" image (an
> image that pops up and animates while the ajax call is executed)?

Look for "progress indicator."

The basic idea is that you show a div that contains the animated image  
before you make an Ajax call, then hide it when you're done. Many JS  
libs that have Ajax help include callbacks[1] you can use to hide the  
div once your call has been completed.

-- John

[1] http://www.prototypejs.org/api/ajax/options (onComplete)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to