jsp 对文本框进行焦点监听为什么离开框点击页面才有反应

<input id="ff" type="text" name="user"/>
<script type="text/javascript">
document.getElementById("ff").onblur=function (){
alert("valid");
}
</script>

onBlur事件是光标失去焦点时发生的事件。

onFocus事件才是当光标落在文本框中时发生的事件。
温馨提示:内容为网友见解,仅供参考
无其他回答

Warning: Invalid argument supplied for foreach() in /www/wwwroot/www.t2y.org3v3b34/skin/templets/default/contents.html on line 47
相似回答