。 。我無法找到一個按鈕的onclick函數的正確答案,禁用三個複選框。 。 。Onclick按鈕禁用複選框
<input id="option" name="item_number" type="checkbox" class="ckbox" value="1" onclick="this.checked=!this.checked;"/>
<input id="option" name="item_number" type="checkbox" class="ckbox" value="1" onclick="this.checked=!this.checked;"/>
<input id="option" name="item_number" type="checkbox" class="ckbox" value="1" onclick="this.checked=!this.checked;"/>
而添加onclick函數的按鈕已經有很多onclick函數。
<input type="button" class="button2" id="item2" value="Add to Cart" Title="Add to Cart" onClick="addItem_check('item_listing_100','ItemTable','100','Amul Butter','500','g','150.00','1','kg','200.00','2','kg','250.00'); amul1.style.backgroundColor='#c2ed5c'; if(this.value=='Add to Cart') {this.value = 'Remove from Cart'}; item2();"/>
所以,請給我一個解決方案傢伙
** id **必須是唯一的。函數addItem_check和item2是做什麼的? –
Rohan addItem_check將項目添加到購物車,而item2我正在使用複選框禁用功能。 。到目前爲止不太好 – Zain
「onclick =」this.checked =!this.checked「」對於任何事情都有幫助? – mavrosxristoforos