gpt4 book ai didi

asp.net-mvc - 清除 Kendo Validator 错误消息

转载 作者:行者123 更新时间:2023-12-04 17:20:35 25 4
gpt4 key购买 nike

我有一个带有多个控件的表单,当条件不满足控件旁边显示的错误消息时,使用正则表达式在模型中设置验证条件。我有另一个按钮来清除验证错误消息。如何清除这些消息

                     $("#student-details").kendoValidator();

最佳答案

逐字取自 documentation :

// attach a validator to the container and get a reference
var validator = $("#myform").kendoValidator().data("kendoValidator");

//hide the validation messages when hide button is clicked
$("#hide").click(function() {
validator.hideMessages();
});

关于asp.net-mvc - 清除 Kendo Validator 错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23231725/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com