Re: Jquery and form plugin

2008-01-22 Thread Alex Ezell
It might help to share the view that this Ajax call hits. If it's long, you can post it at dpaste so it's easier for folks to read: http://www.dpaste.com I suspect the issue lies in the view, not so much in the JS. /alex On Jan 22, 2008 1:49 PM, mike <[EMAIL PROTECTED]> wrote: > > I am trying

Jquery and form plugin

2008-01-22 Thread mike
I am trying to use Jquery's form plugin with django to submit a form with ajax. When i submit the form the data is posted and the server responds but the results are not showing up on my form. I can see from the console output of Firebug that the data is being returned, but its just not showin