1
我試圖實現切換複選框,在這裏當我檢查/取消選中時,所有子複選框應該被選中/取消選中,我試圖在下面recurrsive樹補充的是樹的HTML的部分片斷檢查/取消選中所有兒童複選框應該在遞歸樹中切換(選中/取消選中)
<strong id="img_18" class="cat_minus" onclick="getchildcategories();"></strong>
<input id="checkbox_18" type="checkbox" onclick="getchildcategories();" value="">
Apparel
<ul>
<li>
<strong class="space_filler"></strong>
<input id="checkbox_4" type="checkbox" name="product_filter[ProductId][]" onclick="getchildcategories();">
Shirts
</li>
<li id="category_5">
<strong id="img_5" class="cat_plus" onclick="getchildcategories();"></strong>
<input id="checkbox_5" type="checkbox" name="product_filter[ProductId][]" onclick="getchildcategories();">
Shoes
</li>
<li>
<strong class="space_filler"></strong>
<input id="checkbox_19" type="checkbox" name="product_filter[ProductId][]" onclick="getchildcategories();">
Hoodies
</li>
</ul>
在上面的html我試圖說whecn我查身份證checkbox_18的chechbox比所有的孩子複選框應檢查/ uncheked(切換)