摘要:
如图: 全选checkbox Js全选checkbox 遍历所有checkboxView Code function SelectAllCheckboxes(spanChk) { var oItem = spanChk.children; var theBox = (spanChk.type =="checkbox") ? spanChk : spanChk.children.item[0]; xState = theBox.checked; ... 阅读全文
posted @ 2011-04-09 22:17
高兴happy
阅读(2383)
评论(2)
推荐(0)
浙公网安备 33010602011771号