Home >Web Front-end >JS Tutorial >jquery get focus and lose focus event code_jquery

jquery get focus and lose focus event code_jquery

WBOY
WBOYOriginal
2016-05-16 17:36:06907browse
Input loses focus and gains focus
When the mouse is clicked in the search box, the text inside disappears.
When we are building websites, we often use the focus-gaining and focus-losing events of the search box. Because I am lazy, it is very annoying to write it every time, so I will do it once and for all. When encountering similar situations, just call it and it will be OK.

related js code:
Copy code The code is as follows:

< ;html xmlns="http://www.w3.org/1999/xhtml">


input loses focus and gains focus jquery focus event plug-in - lazy website builder







input loses focus and gains focus jquery focus event plugin,
When the mouse is clicked in the search box, the text inside disappears.





jquery getting and losing focus events
Copy code The code is as follows: