我試圖添加一個類被點擊複選框的時候,雖然我似乎無法弄清楚如何做到這一點的方式,將適合到我已有的代碼中。
CODE:
$(this).live("change keyup", function() {
var checkbox = $('#termscons').prop(':checked');
if (currid == "termcons") {
if (checkbox == 'checked') {
infobox.html("Accepted!");
infobox.addClass('good');
} else if (checkbox !== 'checked') {
infobox.html(replacehtml);
infobox.removeClass('good');
}
}
if ($('#termscons').next().hasClass('good')) {
$("#sendbtn").css("display", "block");
} else {
$("#sendbtn").css("display", "none");
}
只是一個想法:確保他們已經滾動一路下跌是不真的去對UX的一種方式。在接受反對UX之前讓他們等待1分鐘。 –