Backbone.js comes with model validation events, and I'm looking to integrate it with a lite validation framework.
I just started looking at http://happyjs.com/
any other recommendations?
|
Backbone.js comes with model validation events, and I'm looking to integrate it with a lite validation framework. I just started looking at http://happyjs.com/ any other recommendations? |
|||
|
|
|
jQuery Validate is my favorite its well documented and used by many |
|||
|
|
|
Try the Backbone.Validations plugin |
|||
|
|
|
There are some validations plugins for backbone but I don't like it, I ended up with this:
And here's the helper:
|
|||
|
|