如何通过js隐藏跟显示信息
如何隐藏用户注册信息,可显示信息显示出来,隐藏信息隐藏起来呢?以下是深圳官网建设创新互联给大家的使用方法
代码信息:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script type="text/javascript">
function $(idvalue){
return document.getElementById(idvalue);
}
function showtext(){
if($('text').style.display == 'none'){
$('text').style.display = '';
}else{
$('text').style.display = 'none';
}
}
</script>
</head>
<body>
<div id="text" style="display:none;">这里的信息隐藏</div>
<button id="morebtn" onclick="showtext();">详细的信息</button>
</body>
</html>
新闻标题:通过js隐藏和显示信息
标题网址:/news36/118086.html
成都网站建设公司_创新互联,为您提供关键词优化、品牌网站建设、面包屑导航、网站营销、网页设计公司、服务器托管
广告
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源:
创新互联