【js】js选择并排除元素

var select = $('#tonnagePage').find('input[type="checkbox"]:checked').not("#tonnageCheckAll");

http://www.jb51.net/article/49349.htm
原文地址:https://www.cnblogs.com/CESC4/p/7762017.html