HTML DOM FocusEvent
FocusEvent 对象
FocusEvent 对象处理元素获得或失去焦点的事件。
焦点事件
事件 | 发生时间 |
---|---|
onblur | 元素失去焦点 |
onfocus | 元素获得焦点 |
onfocusin | 元素即将获得焦点 |
onfocusout | 元素即将失去焦点 |
FocusEvent 属性
属性 | 返回值 |
---|---|
relatedTarget | 触发事件的元素 |
继承的属性和方法
FocusEvent 继承了所有属性和方法自
FocusEvent 对象处理元素获得或失去焦点的事件。
事件 | 发生时间 |
---|---|
onblur | 元素失去焦点 |
onfocus | 元素获得焦点 |
onfocusin | 元素即将获得焦点 |
onfocusout | 元素即将失去焦点 |
属性 | 返回值 |
---|---|
relatedTarget | 触发事件的元素 |
FocusEvent 继承了所有属性和方法自
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]