3

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.

Thilok Gunawardena
  • 924
  • 5
  • 22
  • 44

1 Answers1

3

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

gbs
  • 3,529
  • 2
  • 20
  • 18