我要实现的效果,当我点击添加的时候可以动态的选中复选框。
代码:
当我们点击,添加的时候,会得到一个obj。
//这里必须使用prop来设置,obj.tr[0]可以获取整行节点
$(obj.tr[0]).find('input[type="checkbox"]').prop('checked',true)
//冲刷页面。很多时候的复选框无效,是因为没有做这一步。
form.render();
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!