How to manually revalidate / trigger validation using unobtrusive jQuery validation?

前端 未结 2 1211
隐瞒了意图╮
隐瞒了意图╮ 2021-01-11 17:49

I have created my own conditional validation attribute to validate my MVC model on both the client and the server by inheriting from RequiredAttribute and imple

2条回答
  •  迷失自我
    2021-01-11 18:43

    You should check out Foolproof Validation. It does what you are trying to do without you having to roll your own.

提交回复
热议问题