ajax use usualy load a div part of html with new content fetch from the server when user do something,like click a submit button. and django process the request as a simple usual request.
i have using prototype+scriptocolous for the simple syntax to make an ajax form. i see the jquery version also but a bit trouble coz need to add the event manually. and remember the crsf token when using ajax request..will need it generated properly.. anyone using prototype to? or anyone have better way with ajax On Oct 14, 2011 7:47 PM, "Babatunde Akinyanmi" <[email protected]> wrote: > From what Iankesh said initially, I think he is having problems using > ajax to load part of a page not ajax as a whole. > Iankesh, it is possible to load only a portion of a page with ajax. > > On 10/13/11, Sells, Fred <[email protected]> wrote: > >> On Wed, Oct 12, 2011 at 9:17 AM, lankesh87 <[email protected]> > wrote: > >> > I am developing a web application where i need ajax like features. > >> > But I don't want to use ajax, so my question is- "is there any way to > >> > perform ajax like functions in django?" > >> > > Use Flex, it's easier. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" 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/django-users?hl=en. > > > > > > -- > Sent from my mobile device > > -- > You received this message because you are subscribed to the Google Groups > "Django users" 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/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

