标题:???来个大神找找错在哪了啦
只看楼主
渐渐鱼
Rank: 1
等 级:新手上路
帖 子:80
专家分:0
注 册:2018-5-11
结帖率:90%
已结贴  问题点数:20 回复次数:1 
???来个大神找找错在哪了啦
<!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
林月儿
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:湖南
等 级:版主
威 望:138
帖 子:2276
专家分:10647
注 册:2015-3-19
得分:20 
<script src="jquery-3.3.1.js" type="text/javascript"></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>
<script type="text/javascript">
$("#show").click(
function()
{
$("#img").show(400);
}
);
$("#hide").click(
function()
{
$("img").hide(400);
}
);
</script>

</html>

剑栈风樯各苦辛,别时冰雪到时春
2018-07-01 09:44



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




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

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