码迷,mamicode.com
首页 > 其他好文 > 详细

二维码关闭【parentNode】

时间:2017-09-06 14:35:21      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:isp   width   pos   cursor   one   doc   his   script   on()   

 

<style type="text/css" >

.box{

margin:100px auto;
position: relative;
width: 107px;
}
#X{

border:1px solid #D9D9D9 ;
width:14px;
height:14px;

line-height: 14px;
color: #D6D6D6;
cursor:pointer;
position: absolute;
top:20px;
left: 0;


}

</style>

<html>

  <div clas="box">

    <img>

    <span id="X">X</span>

  </div>

</html>

<script>

  

var clo=document.getElementById("X");

clo.onclick=function(){
this.parentNode.style.display="none";
}

</script>

二维码关闭【parentNode】

标签:isp   width   pos   cursor   one   doc   his   script   on()   

原文地址:http://www.cnblogs.com/yishichangan925/p/7484263.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!