selectAll = function (obj) { obj.find("input[type='checkbox']").prop("checked", $(this).prop("checked")); } 查看完整描述