标题:???来个大神找找错在哪了啦
取消只看楼主
渐渐鱼
Rank: 1
等 级:新手上路
帖 子:80
专家分:0
注 册:2018-5-11
结帖率:90%
已结贴  问题点数:20 回复次数:0 
???来个大神找找错在哪了啦
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="jquery-3.3.1.js" type="text/javascript"></script>
<script type="text/javascript">
$("#show").click(
function()
{
$("#img").show(400);
}
);
$("#hide").click(
function()
{
$("img").hide(400);
}
);
</script>
</head>
<body>

<input type="button" value="show" id="show"/>
<input type="button" value="hide" id="button"/>
<img id="img" src="glaring/1.jpg" width=500 height=500 />
</body>
</html>
搜索更多相关主题的帖子: type script show img hide 
2018-06-30 15:20



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-488293-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.800471 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved