解決JQuery中click裏面包含click事件,出現重複執行的問題

解決方法:code

$('#sub').unbind('click').click(function () {
    ...
});

每次綁定前先取消上次的綁定。blog

相關文章
相關標籤/搜索