多个复选框。正确/不正确

时间:2016-12-01 22:25:17

标签: jquery checkbox

$('.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)

怎么做?(

0 个答案:

没有答案