<input type="text" id="keyword" name="keyword" value="" onkeyup='qdResult(event)' onblur="trim1()"/>
<div id="result1" position: absolute;display: none;z-index: 99"></div>
我写了个失去焦点事件
function trim1(){
document.getElementById("result1").style.display = "none";
}
用了以后点击其他地方是可以让div消失,可是不能选里面的内容了,请大神们看看该如何改进!!!
相关分类