勾选
dio(yesHave)',function (data) {
$("input[name='hasPrepaidVoucher'][title='有']").attr('checked',true);
form.render();
});
取消勾选
dio(noIssuer)',function (data) {
debugger;
$("input[name='voucherIssuer']").removeAttr('checked');
form.render();
});
以上这篇layui中使用jquery控制radio选中事件的示例代码就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程之家。
原文链接:https://www.f2er.com/jquery/30966.html