Re: using ajax with django

2009-10-19 Thread neetu
Thanks jorge On Oct 19, 3:49 pm, Jorge Bastida wrote: > > To use ajax you need to be able to make AJAX connections through > > javascript and make your view.py code to return the right format > > depending on the request (html, xml, json). So theres nothing special > > you

Re: using ajax with django

2009-10-19 Thread neetu
Thanks a lot. Can u tell me how can i make ajax connections. On Oct 19, 3:24 pm, Antoni Aloy <antoni.a...@gmail.com> wrote: > 2009/10/19 neetu <gretamiglan...@gmail.com>: > > > Hi All > > > I want to use ajax for my website.I am new to ajax.The backend code >

using ajax with django

2009-10-19 Thread neetu
Hi All I want to use ajax for my website.I am new to ajax.The backend code for my website uses django. I want to know the what are the things i need to install before using ajax for my website.should i download and install ajaxcontroltoolkit.