<a href="page.html" > <button type="button" id="proceed-button">Proceed </button></a>
<input type="checkbox" name="checkbox3" value="yes">
By checking the box, I certify that have read the above disclaimers and agree to the rules. </input>
我有一個複選框和一個按鈕,將帶我到下一頁。但是,在按下按鈕之前,必須勾選複選框。如果沒有,則必須在複選框下方顯示一個標籤,標明「首先接受規則」。幫幫我?此外,如果我點擊繼續而不選中複選框,則可以突出顯示覆選框爲紅色。可以使用javascript/jquery。單擊繼續之前的複選框驗證按鈕
哪裏是你的JavaScript函數來做到這一點。你在問這個問題之前是否研究過這個問題? – Mouser 2014-12-27 20:00:05
我要求的JavaScript來做到這一點。 – 2014-12-27 20:00:49
可以使用jQuery嗎? – 2014-12-27 20:01:13