"Ajax Requests"
http://docs.jquery.com/Ajax

"setInterval(func, interval, [args])"
Calls the specified "func" (or a JavaScript statement) repeatedly per
the "interval" interval, in milliseconds (ie: 1000=every 1 second).
"func" must be surrounded in quotations, as if it was a string. Use
the optional "args" to pass any number of arguments to the function.
http://www.javascriptkit.com/jsref/window.shtml


On Oct 13, 1:00 pm, "David Symonds" <[EMAIL PROTECTED]> wrote:
> On Sun, Oct 12, 2008 at 7:06 PM, Shay Ben Dov <[EMAIL PROTECTED]> wrote:
>
> > I wonder is there a way to implement AJAX in an application like the
> > easy way it is done in Rails:
>
> > you write 1 line in the header to include  Javascript, defaults and
> > other
>
> > then you issue a simple command in your HTML body like:
>
> App Engine is really a much lower level platform than that. You could
> probably write your own AJAX stuff like you suggest using JavaScript,
> being helped out by a library like jQuery.
>
> Dave.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to