Response title
This is preview!
choiceContainer.find("input:checked").each(function() {
// to something with the selected checkboxes
}
choiceContainer.find("input:not[:checked]").each(function() {
// to something with the selected checkboxes
}
© 2013 jQuery Foundation
Sponsored by and others.