Skip to content

Commit c8c6a35

Browse files
committed
update
1 parent 215d385 commit c8c6a35

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
* [04-03](https://github.com/TYRMars/JSlearn#04-03) `DOM节点操作`
2929
* [04-04](https://github.com/TYRMars/JSlearn#04-04) `DOM结构操作`
3030
* [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) `事件-知识点`
3134

3235
---
3336

@@ -1151,7 +1154,15 @@ history.back();
11511154
history.forward();
11521155
```
11531156

1154-
1157+
## 05-01
1158+
### 事件-知识点
1159+
* 编写一个通用的事件监听函数
1160+
* 描述事件冒泡流程
1161+
* 对于一个无线下拉加载图片的页面,如何给每个图片绑定事件
1162+
#### 知识点
1163+
* 通用事件绑定
1164+
* 事件冒泡
1165+
* 代理
11551166
---
11561167

11571168
### JSDemo JS小程序

0 commit comments

Comments
 (0)