摘要: 通过一段代码来展示jQuery的动画效果。1.show&hide<script type="text/javascript">$(function(){ $("#panel h5.head").toggle(function(){ $(this).next().hide(); },function(){ $(this).next().show(); })})</script>html代码部分:<body><div id="panel"> <h5 class="he 阅读全文
posted @ 2012-09-13 13:45 TBHacker 阅读(839) 评论(0) 推荐(0) 编辑