Here, just to save people from the trouble of digging, it what a
response looks like (spacing added):

<script type="text/javascript">
var __ajaxUpdater__ = {

first:"%09This%20is%20the%20first%20div%2C%20it%20has%20the%20current%20time%3A%0A%091148669377"
};

for (n in __ajaxUpdater__) {
    if (typeof __ajaxUpdater__[n] == "string" && $(n))
        Element.update($(n), unescape(__ajaxUpdater__[n]));
}
</script>


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

Reply via email to