JQuery經常使用事件

1.click 2.blur 失去焦點 3.focus 獲得焦點 4.change 值發生改變 5.ready 頁面加載完成 onload $(document).ready(function(){});//完整寫法 $(document(){});//簡寫web 在事件中獲取事件源的方式 1.若是元素動態綁定事件,this爲事件源 2.非動態綁定 event.target||event.srcE
相關文章
相關標籤/搜索