jorgebastida / django-dajax

Easy to use library to create asynchronous presentation logic with django and dajaxice
http://dajaxproject.com/
BSD 3-Clause "New" or "Revised" License
346 stars 99 forks source link

Error in Django Forms example? #42

Closed toasterleavings closed 12 years ago

toasterleavings commented 12 years ago

Hello, and thanks for your hard work on these libraries

Not a core issue, but in the full forms example at http://www.dajaxproject.com/fullform/ I believe there's an error in the send_form() function provided:

function send_form(){
      data = $('my_form').serialize(true);
      Dajaxice.examples.send_form(Dajax.process,{'form':data});
}

Cheers

jorgebastida commented 12 years ago

Hello @toasterleavings,

I've release a new version of django-dajax and django-dajaxice as well as a full new http://dajaxproject.com site fixing hundreds of errors. This page source code is now opensource here: https://github.com/jorgebastida/dajaxproject.com

Cheers