jQuery的下一步按鈕以前我有這樣的: Jquery to display next button once a input button is clicked在多個頁面
現在我需要獲得下一張幻燈片此按鈕以同樣的方式作爲第一張幻燈片的功能。 請參閱我的代碼:
DEMO CODE 只需剪斷下方
<input type="radio" name="options" id="option2" name="1" class="a"> <span class="label num" style="font-size:18px; margin-bottom:15px; border-radius:0px;">A</span>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</label>
<label class="btn btn-default">
<input type="radio" name="options" id="option2" name="1" class="b"> <span class="label num" style="font-size:18px;margin-bottom:15px;border-radius:0px;">B</span>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</label>
<label class="btn btn-default">
<input type="radio" name="options" id="option3" name="1" class="c"> <span class="label num" style="font-size:18px;margin-bottom:15px;border-radius:0px;">C</span>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</label>
<label class="btn btn-default">
<input type="radio" name="options" id="option3" name="1" class="d"> <span class="label num" style="font-size:18px;margin-bottom:15px;border-radius:0px;">D</span>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</label>
</div>
<br/>
<br/>
<div align="left">
<button id= "nextbtn" class="btn btn2 btn-default" name="next" style>Next</button>
</div>
</div>
我無法看到小提琴中的下一個按鈕。 – BNN 2014-12-04 12:32:50
嗨納迪姆,是的,但它需要用戶點擊選擇後,像第一張幻燈片出現 – Sole 2014-12-04 12:34:10
喔,我的事普山的回答是完美 – BNN 2014-12-04 12:37:31