日期:2014-05-16 浏览次数:20334 次
<a id="sx" href="javascript:void(0);" onclick="checkAll('sx')" ><img src="images/shuaxin.gif" width="74" height="31" border="0" /></a>
$("#sx").attr("href","refresh_job.action?job.id="+actor_config+"&jobname="+jobname+"&pageNow="+page);
$(function(){ $("#chkAll").click(function(){ if($(this).attr("checked")==true){ $("input[name='check']").each(function(){ $(this).attr("checked",true); }); }else{ $("input[name='check']").each(function(){ $(this).attr("checked",false); }); } }); });