Client-side validation framework for Knockout.js

1.7k Views Asked by At

I am developing a rich client web application and wondering whether which framework would be suitable for client-side validations. I tried JQuery validations plugin but found out it does not really works well with knockout data-bind="click: saveData" binding.

Is there any specific client-side validation framework for knockout.js?

Any idea is appreciated.

Thank you all.

1

There are 1 best solutions below

0
On BEST ANSWER

This one is a validation framework specifically built for KO: https://github.com/ericmbarnard/Knockout-Validation