1 Star 0 Fork 0

蓝莓铁匠 / ysy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ceshi.html 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
蓝莓铁匠 提交于 2015-10-18 11:16 . add all
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/ceshi.css" />
<script type="text/javascript" src="js/jquery1.42.min.js" ></script>
</head>
<body>
<div class="ceshi"></div>
</body>
<script type="text/javascript">
$(".ceshi").hover(
function(){
$(this).fadeIn(200,
function(){
$(this).css({"background-image": "url(../img/09.jpg)" })
},
function(){
$(this).css({"background-image": "url(../img/08.jpg)" })
}
)
}
)
</script>
</html>
1
https://gitee.com/mithy/ysy.git
git@gitee.com:mithy/ysy.git
mithy
ysy
ysy
master

搜索帮助