Posted in jQuery onAugust 15, 2018
勾选
form.on('radio(yesHave)', function (data) { $("input[name='hasPrepaidVoucher'][title='有']").attr('checked',true); form.render(); });
取消勾选
form.on('radio(noIssuer)', function (data) { debugger; $("input[name='voucherIssuer']").removeAttr('checked'); form.render(); });
以上这篇layui中使用jquery控制radio选中事件的示例代码就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。
layui中使用jquery控制radio选中事件的示例代码
- Author -
伤心的桔子嘎声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@