js、jQuery的事件綁定bind、on

1 //js原生設置自定義屬性 2 document.getElementById('a1').setAttribute('data-num', 'abcd'); 3 4 //js原生添加點擊事件 並輸出當前對象的自定義屬性data-num值 5 document.getElementById('a1').onclick = function () { alert( th
相關文章
相關標籤/搜索