js点击按钮出现下面内容,再次点击收回的效果

<styletype="text/css">#div1{border:1pxsolidblack;width:300px;height:200px;display:blo... <style type="text/css">
#div1{border:1px solid black;
width:300px;height:200px;display:block;
position:absolute;margin-top:10px;
background:yellow;}
</style>
<script>
window.onload=function(){
var obtn1=document.getElementById('btn1');
var odiv1=document.getElementById('div1');
//for(var i=0;i<div1.length;i++){
//var i=1;
var i=0;
obtn1[i].onclick=function(){
if(i%2==0){odiv1.style.display='block';}
if(i%2==1){odiv1.style.display='none';}
i++;
}
//}
}
</script>
<input type="button" value="按钮1" id="btn1">
<div id="div1">
<p>这是框架里面的内容</p>
</div>
展开
 我来答
yugi111
2015-03-12 · TA获得超过8.1万个赞
知道大有可为答主
回答量:5.1万
采纳率:70%
帮助的人:1.3亿
展开全部
<!DOCTYPE html>
<html>
  <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
RunJS 演示代码
</title>
<style>
#div1{
border:1px solid black;
width:300px;
height:200px;
display:block;
position:absolute;
margin-top:10px;
background-color:yellow;
}
</style>
<script>
window.onload=function(){
btn1.onclick=function(){
div1.style.display =
!div1.style.display||div1.style.display=='block' ? 'none':'block';
}
}
</script>
  </head>
<body>
<input type="button" value="按钮1" id="btn1">
    <div id="div1">
     <p>
这是框架里面的内容
</p>
    </div>
  </body>
</html>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式