We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215d385 commit c8c6a35Copy full SHA for c8c6a35
README.md
@@ -28,6 +28,9 @@
28
* [04-03](https://github.com/TYRMars/JSlearn#04-03) `DOM节点操作`
29
* [04-04](https://github.com/TYRMars/JSlearn#04-04) `DOM结构操作`
30
* [04-05](https://github.com/TYRMars/JSlearn#04-05) `DOM知识总结`
31
+* [04-06](https://github.com/TYRMars/JSlearn#04-06) `BOM知识点`
32
+#### 05
33
+* [05-01](https://github.com/TYRMars/JSlearn#05-01) `事件-知识点`
34
35
---
36
@@ -1151,7 +1154,15 @@ history.back();
1151
1154
history.forward();
1152
1155
```
1153
1156
-
1157
+## 05-01
1158
+### 事件-知识点
1159
+* 编写一个通用的事件监听函数
1160
+* 描述事件冒泡流程
1161
+* 对于一个无线下拉加载图片的页面,如何给每个图片绑定事件
1162
+#### 知识点
1163
+* 通用事件绑定
1164
+* 事件冒泡
1165
+* 代理
1166
1167
1168
### JSDemo JS小程序
0 commit comments