How to use the validation rules on both client-side and server-side?

Posted by Andrea Ambu on Stack Overflow See other posts from Stack Overflow or by Andrea Ambu
Published on 2010-04-09T09:29:40Z Indexed on 2010/04/09 9:33 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

I'm using jQuery validation system for client-side validation. The backend works with django. jQuery use an interesting set of rules in JSON format.

Does exists something to use the same rules on django side or I need to code it myself?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about form-validation