Thanks a lot guys! @NSC I cloned Your repo and I see that it should help me. Big up!
W dniu środa, 1 maja 2013 18:48:13 UTC+2 użytkownik NSC napisał: > > I've built a sample ajax web app using web.py and jQuery. It's not very > fancy, but should get you started with the general principles. Hope it > helps! > > Check it out at: https://github.com/shannoncruey/webpy-jquery-sampleapp > > NSC > > > On Wed, May 1, 2013 at 12:36 PM, Tae Sandoval Murgan > <[email protected]<javascript:> > > wrote: > >> You can't do that directly, because the browser only interprets >> JavaScript as client-side programming language, but you can send an >> HTTP request to your web.py app using AJAX: >> >> https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest?redirectlocale=en-US&redirectslug=XMLHttpRequest >> >> -- >> You received this message because you are subscribed to the Google Groups >> "web.py" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] <javascript:> >> . >> Visit this group at http://groups.google.com/group/webpy?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
