js代码
<script type="text/javascript"> (function($) { var tabs = $(".tabs li a"); tabs.click(function() { var content = this.hash.replace('/',''); tabs.removeClass("active"); $(this).addClass("active"); $("#content").find('p').hide(); $(content).fadeIn(200); }); })(jQuery); </script>
在线预览
资源均来自第三方,谨慎下载,前往第三方网站下载