$('.next21').click(function(){
if (($('.twoone :checked[data-correct]').length != 4)&&($('.twoone :checked[value="incorrect"]').length != 0)){
instp.open();
$('input:checkbox').removeAttr('checked');
}
else if ($('.twoone :checked[data-correct]').length == 4) {
$(".twoone").slideUp();
$(".twotwo").slideDown();
}
});
不起作用,这部分代码: ($('。twoone:checked [data-correct]')。length!= 4)
怎么做?(