Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use js unfocus event

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article is to share with you about the use of js unfocus events. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

JS--JavaScript focus processing (gain focus focus, lose focus blur) focus processing mainly includes focus (gain focus) and blur (loss of focus) event types. The so-called focus is to activate the form field to make it responsive.

Js cancels the focus event driver:

We click the button button to remove it using the appropriate method.

Demo:

Functionfunc () {

Alert (1)

}

Events:

Onclick Click

Onblur: lose focus

Onfocus gets focus.

Onkeydown, press the keyboard.

Onkeyup release the keyboard

Onkepress, hold down the keyboard.

Onmousedown pushes down the mouse

Onmouseup release the mouse

Onmouseover, put the mouse on it.

Ommousemove Mobile Mouse

Onmouseout move the mouse

Onload: page loading

Onchange: change

Onsubmit: form submission.

How to bind the js unfocus event:

(1)

Functionfun () {

Alert (1)

}

(2) document.getElementById (bt) .onclick=function () {

Alert (2)

}

(3) onload page loading

_ window.onload=function () {/ * after the page has been loaded, execute the method in onload * /}

Thank you for reading! This is the end of this article on "how to use js unfocus events". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report