当前位置:网站首页>JS object and event learning notes
JS object and event learning notes
2022-07-06 11:56:00 【Aya Aya feather】
1. Built-in objects

1.1 String

2.1Math

3.1Date

explain

2. object

2.1 Object creation
JS Create custom objects , There are three main ways : Create objects in literal form , adopt new object objects creating , adopt object Object's create Method to create an object .
2.1.1 Literal form creation

2.1.2new object establish
2.1.3object Object's create Method
3. Serialization and deserialization of objects
4.this

4.1 Use... In functions this

4.2 Use in objects this
event
1. event
2. effect
3. Several nouns in the event
4. Event type
Common events :
5. Event flow and event model
5.1 Event Bubbling
5.2 Event capture
5.3DOM Flow of events
6. Event handler
6.1.HTML Event handler

6.2.DOM0 Level event handler

6.3.DOM2 Level event handler
边栏推荐
猜你喜欢
随机推荐
RT-Thread API参考手册
Using LinkedHashMap to realize the caching of an LRU algorithm
常用正则表达式整理
ToggleButton实现一个开关灯的效果
About string immutability
GNN的第一个简单案例:Cora分类
nodejs 详解
第4阶段 Mysql数据库
Contiki source code + principle + function + programming + transplantation + drive + network (turn)
MySQL realizes read-write separation
Solution of deleting path variable by mistake
C语言回调函数【C语言】
Redis interview questions
L2-004 is this a binary search tree? (25 points)
Vs2019 first MFC Application
Contiki源码+原理+功能+编程+移植+驱动+网络(转)
MongoDB
JS array + array method reconstruction
SQL time injection
【CDH】CDH5.16 配置 yarn 任务集中分配设置不生效问题








