摘要: //全选/反选 $("#all").click(function(){ $(":checkbox").attr("checked",this.checked) }); //审核通过 $("#ok").click(function(){ var flag = $("input[name=id]:che 阅读全文
posted @ 2016-03-16 17:10 ysw 阅读(188) 评论(0) 推荐(0)