SyntaxFix
Write A Post
Hire A Developer
Questions
A class independent solution
var checkBox = 'input[type="checkbox"]'; if ($(checkBox+':checked').length == $(checkBox).length) { //Do Something }