jquery简易收缩展开效果特效
今天jquery博客起早了,没事整个简单jquery特效收缩展开吧。
主要代码就那点,这个只是个简单的特效,后期可以衍生很多复杂的,前端开发需要大家自己慢慢摸索,多动手,亲们慢慢折腾吧。http://www.jqueryba.com/486.html
$(document).ready(function(){
$(".box h1").toggle(function(){
$(this).next(".text").animate({height: 'toggle', opacity: 'toggle'}, "slow");
},function(){
$(this).next(".text").animate({height: 'toggle', opacity: 'toggle'}, "slow");
});
});
在线效果DEMO
没有成功真的很急人,不过我不会放弃的,因为我坚信当你想要放弃时你离成功只有一步!

浙公网安备 33010602011771号