开发者

Is there a good AJAX/JQuery way of validating forms that works well with Django's form models?

开发者_开发问答

Especially validating forms "live"...when the user goes on to the next field, and telling the user that his previous one was not valid.

What options are available, and what would you use in conjunction?


Ajax Validation package by django core developer Alex Gaynor is pretty awesome and probably what you want.

The best part is that you define only the standard django forms and the validation happens even after the submit.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜