jquery1.6以后的全选功能实现
jquery1.6之后的全选功能实现
$("[name='copyPool']").prop("checked",function(){ return $("#checkAllPool").is(':checked'); });