js 设置多个复选框选中和取消选中

2021-06-19 06:04

阅读:454

标签:选中   checked   info   error   function   length   取消   ons   警告   

// 设置选中 function setCheckboxClick(obj) { if(obj == null) { $.messager.alert(‘警告‘, "请选择要设置选中的项!",‘warning‘); } // alert(obj.value); var authorityId = obj.value; $.ajax({ type: ‘post‘, url: ‘getAuthorityByAuthorityId.action‘, data: {"authorityId" : authorityId}, dataType: ‘json‘, success:function(data) { console.info(data); var d = $.parseJSON(data); //$(":checkbox[name=authorityId]").prop("checked",false); // obj.checked = true; $(":checkbox[name=authorityId]").each(function(){ var currentAuthorityId = $(this).val(); for(var i = 0; i js 设置多个复选框选中和取消选中

标签:选中   checked   info   error   function   length   取消   ons   警告   

原文地址:http://www.cnblogs.com/rgcdlb/p/7194035.html


评论


亲,登录后才可以留言!