如何取消焦点文本区域或输入?没找到$('#my-textarea').unfocus();方法?
$('#my-textarea').unfocus();
$('#textarea').blur()
文档位于:http ://api.jquery.com/blur/