透過註冊 ( 訂閱 ) 獲取通知觸發程式碼
HTML 事件處理器
DOM 事件處理器
事件氣泡
於父層註冊偵聽
透過事件氣泡獲取元件
this
DOM 選取器
DOM 操作
write less, do more
$(document).ready()
html() v.s. text()
html()
text()
replaceWith()
remove()
before() / after()
prepend() / append()
prependTo() / appendTo()
attr() / removeAttr()
css()
addClass / removeClass() / toggleClass()
each()
on() / off() / one()
事件縮寫
events
selector
data
handler
內建特效
animate()
delay()
stop()
排序篩選
eq()
index()
empty()
unwrap()
clone()
position()
offset()
專案內引入
CDN 引入
By Alex Chen