nodebook/README.md
2019-10-13 16:37:43 +08:00

55 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 吉软大前端笔记本
## 20190925
![js](https://img.shields.io/badge/language-js-orange.svg)
[linkToMd](./20190925/20190925.md)
* 给任意元素添加监听器封装函数
* 给任意事件解绑监听器封装函数
* 阻止事件冒泡
[上课视频链接](https://pan.baidu.com/s/1x8Bedgte67XhVMjLImboZw)
提取码lzcc
---
## 20190926
![js](https://img.shields.io/badge/language-js-orange.svg)
[linkToMd](./20190926/20190926.md)
* 事件的阶段
* 绑定事件 addEventListener('不带on的事件类型',函数,<控制事件阶段>)
* onmouseover|out 鼠标移入移出事件
* e.type 获取当前事件
* a标签 href属性为 javascript:; 阻止默认事件
* [上课视频链接](https://pan.baidu.com/s/1o0cJLaZeUlyeqZVHdOjWGw)
提取码txxm
---
## 20191009
![js](https://img.shields.io/badge/language-js-orange.svg)
[linkToMd](./20191009/20191009.md)
* window
* history
* location
* setInterval
* [上课视频链接](https://pan.baidu.com/s/1ANHcpZAG7c5wXo5eHX-y-w)
提取码9liy
---
## 20191013
![js](https://img.shields.io/badge/language-js-orange.svg)
[linkToMd](./20191013/20191013.md)
* 复习上节内容
* setTimeout
* setTimeout案例