$('input[type="checkbox"]').click(function() {
            if($(this).is(':checked') == true) {
                $('input[type="submit"]').removeAttr('disabled');
            } else {
                $('input[type="submit"]').attr('disabled','disabled');
            }
        });

arrow
arrow
    文章標籤
    jquery
    全站熱搜

    湯瑪的吳 發表在 痞客邦 留言(0) 人氣()