value=""+a.id"
选择器中的空格转义; 没有找到特别好的方法 所有 使用了 ' '
function selectChecked(rootcheck, checkbox) { $('.' + rootcheck).is(':checked') ? $("." + checkbox + ' ' + "input[type='checkbox']").attr('checked', true) : $("." + checkbox + ' ' + "[type='checkbox']").attr('checked', false) }