On Jan 23, 2008 3:59 AM, Karel Minarik <[EMAIL PROTECTED]> wrote:
> Does this simple example work for you, Justin?
>
> new Ajax.PeriodicalUpdater('some_div', '/some_file',
> { asynchronous:true,
> frequency: 3,
> method: 'get',
> insertion: Insertion.Bottom
> }
> );
>
Yes, I tried that exact snippet and it worked fine. An example
response from the /some_file URL is:
<p>I made it. {{ insert timestamp here }}</p>
-justin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---