【发布时间】:2009-05-13 10:45:50
【问题描述】:
如何取消焦点文本区域或输入?我找不到$('#my-textarea').unfocus(); 方法?
【问题讨论】:
-
也不是 jQuery 函数
.focusout()与blur()api.jquery.com/focusout 略有不同,引用文档This is distinct from the blur event in that it supports detecting the loss of focus on descendant elements (in other words, it supports event bubbling)
标签: javascript jquery