django forms and ajax

后端 未结 3 1943
春和景丽
春和景丽 2021-02-04 22:05

I\'m trying to create a page with two functional parts:

  • a form which the user fills and submits many times
  • a chart which updates every time the user submi
3条回答
  •  星月不相逢
    2021-02-04 23:07

    There is a nice article about this. It really describes the design of AJAX forms with Django. There are all basic stuff there, that you might need in a while. Like AJAX error handling, jQuery basic forms plugin usage and events handling. Also accent is on connecting exactly Django backend and jQuery.form frontend. Here it is. http://garmoncheg.blogspot.com/2013/11/ajax-form-in-django-with-jqueryform.html

提交回复
热议问题