当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM blur()方法
The blur() method is used to remove focus from a button.
blur()方法可用来取消对按钮的聚焦
buttonObject.blur() |
The following example removes focus from a button:
从按钮上移开聚焦:
<html> <form> </body> |
Set and remove focus from a button
设置并取消对按钮的聚焦