Search code examples
javascriptvalidationknockout.jsclient-side-validationrich-client-platform

Client-side validation framework for Knockout.js


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.


Solution

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