$("#fun_menu_body :checkbox").removeAttr("checked"); // 先清空$.each(result.rows, function(i, n) {$("#fun_menu_body :checkbox[value='123']").attr("checked", "true");});
prop 与 attr 的区别。
prop 与 attr 的区别。
搞定,谢谢
$("input[name='fun_menu_body']").removeAttr("checked");