我嘗試綁定到輸入按鈕的Click事件的功能,但它似乎並不工作和方法就不叫:單擊事件
<div id='back'>
<input type="button"/>
</div>
的jQuery:
$('#back').click(clickOnBackbutton);
function clickOnBackbutton(){
console.log('back to menu'); //function not called
}
我不喜歡使用onClick事件,而是我更喜歡使用該方法。提前Thanx。
'點擊'開'('點擊')''沒有區別' – undefined
@undefined有了這個用法,你是對的。但是使用'on'與3個參數是不同的:) – Ian