删除成功后 把全选框去勾
<input type="checkbox" name="allClock" id="allClock" />
?
$("#allClock").removeAttr("checked"); //删除成功后 把全选框去勾
--------------