文字图片渐隐效果实现

 

<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs
/jquery/1.4.0/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(
function(){
$(".ex .hide").click(function(){
$(this).parents(".ex").hide("slow");
});
});
</script>
<style type="text/css">
.ex{
background-color:yellow;
padding:7px;
border:solid 1px #c3c3c3;
}
</style>
</head>
<body>
<h2>这是第一个渐隐效果</h2>
<div class="ex"><button class="hide" type="button">Hide me</button>

<p>曾经的祝福,在这一刻变得不再有意义,<br>
如果你能问一下自己,其实生活就是如此反反复复.

</div>
<h2>这是第二个渐隐效果</h2>

<div class="ex"><button class="hide" type="button">Hide me</button>

<p>不知爱情的滋味,尝试着伤心的痛苦,想想又何必呢?<br>
一切顺其自然也不好吧,你不是会失去更多,抓住吧.
</div>
</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值