我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
Summary
Shifts focus away from the window.
Syntax
window.blur()
Example
window.blur();
Notes
The window.blur() method is the programmatic equivalent of the user shifting focus away from the current window.
Specification
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'Window.blur()' in that specification. |
Living Standard |