摘要:
JS代码//全选functionupCheckAll(){if($("#upcheckboxall").attr("checked")==true){$("input[name='upcheckbox']").each(function(){if(!$(this).attr("disabled")){$(this).attr("checked",true);}});}else{$("input[n... 阅读全文
posted @ 2009-12-29 10:53
dongpo
阅读(291)
评论(0)
推荐(0)


浙公网安备 33010602011771号