복선상자는 하위 노드의 부모 노드 연결을 실현한다

1853 단어
  

구기

/
$(document).ready(function(){ $("#CheckedAllSection").click(function(){ $("input[name='item']").prop("checked",$(this).is(':checked')); }); var chks = $("input[name='item']"); chks.click(function(){ for(var i =0 ; i < chks.length ; i++){ if(!$(chks[i]).is(':checked')){ $("#CheckedAllSection").removeAttr("checked"); return ; } } $("#CheckedAllSection").prop("checked",true); }); }); $("#sendSection").click(function(){ var str=" :\r
"; $('[name=item]:checkbox:checked').each(function(){ str += $(this).val()+"\r
"; }); alert(str); }); curTypeId = node.tags; if (($('#treeview').treeview('getParent', node).text).length > 1) { getEquSectionById(node.tags); document.getElementById("className").value = $('#treeview').treeview('getParent', node).text; curClassId = $('#treeview').treeview('getParent', node).tags; } else { getEquClassById(node.tags); curClassId = 0; }

좋은 웹페이지 즐겨찾기