1 Star 0 Fork 469

夸克/learngit

forked from 廖雪峰/learngit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index1.html 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
GaoXiaoHang 提交于 2017-01-08 11:48 . test pull requests (#1775)
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<script src="jquery-3.0.0.min.js"></script>
<script type="text/javascript" src="js.js"></script>
</head>
<body>
<p id="p1">如果点击“隐藏”按钮,<em></em>就会消失。</p>
<button id="hide" type="button">隐藏</button>
<button id="show" type="button">显示</button>
<button id="toggle" type="button">toggle</button>
<button id="box">点击这里,使三个矩形淡入</button>
<button id="slidedown">slidedown</button>
<button id="animate">animate</button>
<button id="stop">stop</button>
<button id="get">jquery获取</button>
<button id="return">jquery回退</button>
<button id="append">append</button>
<button id="text">text</button>
<input type="text" id="input" value="hello">
<br><br>
<div id="div1" style="width:80px;height:80px;background-color:red; "></div>
<br>
<div id="div2" style="width:80px;height:80px;background-color:green;"></div>
<br>
<div id="div3" style="width:80px;height:80px;background-color:blue;"></div>
<br>
<div id="div4" style="width:80px;height:80px;background-color:black; display:none;"></div>
<br>
<div id="div5" style="width:80px;height:80px;background-color:red; position:absolute;"></div>
<br>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenyunhui520/learngit.git
git@gitee.com:chenyunhui520/learngit.git
chenyunhui520
learngit
learngit
master

搜索帮助