最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

javascript實現(xiàn)類似于新浪微博搜索框彈出效果的方法

 更新時間:2015年07月27日 16:34:44   作者:挨踢騎術(shù)  
這篇文章主要介紹了javascript實現(xiàn)類似于新浪微博搜索框彈出效果的方法,涉及javascript彈出搜索框的相關(guān)實現(xiàn)技巧,具有一定參考借鑒價值,需要的朋友可以參考下

本文實例講述了javascript實現(xiàn)類似于新浪微博搜索框彈出效果的方法。分享給大家供大家參考。具體實現(xiàn)方法如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>仿新浪微博搜索框彈出的效果</title>
<style type="text/css">
body{font-size:12px;}
.weibo{width:500px; height:200px; position:relative;}
.so{width:200px; height:24px; margin:30px;}
.so #s_so{width:100px; border:1px solid #ccc; line-height:20px; height:20px;}
#show{display:none; position:absolute; top:0px; left:10px; width:200px; height:60px; background:#fff; font-size:12px; border:1px solid #ccc; padding:10px;}
#show span{margin-left:120px; color:#F00; cursor:pointer;}
</style>
</head>
<body>
<script type="text/javascript">
var $=function (id){
  return document.getElementById(id);
  }
function s_show(){
$('s_so').value="";
$("show").style.display='block';
$("b_so").focus(); 
}
function closed(){
$("show").style.display='none';
$('s_so').value="搜索他說的話";
}
</script>
<div class="weibo">
  <div class="so">
  <form>
  <input type="text" value="搜索他說的話" onfocus="s_show()" id="s_so"/>
  <input type="submit" value="查找" />
  </form>
  </div>
  <div id="show">
  <p>搜索他說的話<span onclick="closed()">X</span></p>
  <form>
   <input type="text" value="" id="b_so"/><input type="submit" value="查找" />
  </form>
  </div>
</div>
</body>
</html>

運行效果如下:

希望本文所述對大家的javascript程序設(shè)計有所幫助。

相關(guān)文章

最新評論

寻甸| 湘潭县| 台山市| 揭西县| 沾化县| 墨竹工卡县| 利川市| 南溪县| 淮滨县| 沂南县| 雅江县| 义马市| 莲花县| 南宫市| 仪陇县| 分宜县| 乌什县| 防城港市| 南漳县| 沁水县| 成安县| 武平县| 辽中县| 长寿区| 崇明县| 西贡区| 宁化县| 德钦县| 浦东新区| 丰宁| 隆化县| 许昌县| 广安市| 潼南县| 夏邑县| 定南县| 大新县| 盘锦市| 铁岭市| 兴文县| 新巴尔虎右旗|