http://blog.sunshow.net/2007/11/jquery-checkbox-checkall/
$("#toQueryAll").click(function(){ $('input[@type=checkbox][name=toQuery]').attr('checked',this.checked); }); $("#toDealAll").click(function(){ $('input[@type=checkbox][name=toDeal]').attr('checked',this.checked); });