SyntaxFix
Write A Post
Hire A Developer
Questions
var idsArr = []; $('#tableID').find('input[type=checkbox]:checked').each(function() { idsArr .push(this.value); }); console.log(idsArr);