SyntaxFix
Write A Post
Hire A Developer
Questions
var matches = []; $(".className:checked").each(function() { matches.push(this.value); });