Sunday, November 29, 2015

Re: Correct way to do async forms

I like to borrow rails-ujs library which enables very easy async links, forms and much more with just few HTML attributes (<a data-remote="true" > and similar. ). You can just bind on the "ajax:success" event on your form/link to react on the response.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4d29cca9-b9ab-42b7-82dd-fdff12ce9a54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment