gpt4 book ai didi

jquery - Yii2 Activeform 验证后问题

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

在Yii 1.X版本中,我们可以在CActiveForm类的clientOptions属性中使用afterValidate,请告诉我正确的实现方法Yii2 中也是如此

最佳答案

我刚刚看到这些变化。我非常非常惊讶为什么核心团队开发人员决定这样做,现在发生的事情:

验证前验证后beforeValidateAttribute,afterValidateAttribute,提交前,ajaxBeforeSendajaxComplete 功能已移至前端。它们由 jQuery trigger 函数触发。您可以像这样捕获您需要的事件:

$("#FORM-ID").on("afterValidate", function (event, messages) {
// Now you can work with messages by accessing messages variable
var attributes = $(this).data().attributes; // to get the list of attributes that has been passed in attributes property
var settings = $(this).data().settings; // to get the settings
});

关于jquery - Yii2 Activeform 验证后问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31018030/

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