HTML:
Box" name="standard" value="=$key;?>" =in_array($key,$standards) ? 'checked' : '';?> title="=$value;?>">
js:
Box[name='standard']:checked").each(function() { // 遍历name=standard的多选框
standards += ',' + $(this).val();
standardsName += ',' + $(this).attr('title');
});
以上这篇layui获取多选框中的值方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程之家。
原文链接:https://www.f2er.com/js/30968.html