• 手风琴效果展示

    很容易修改的手风琴效果 $(function(){ $(".voice_2 ul li").each(function(){ var fold = $(this).find(".fold"); var unfold = $(this).find(".unfold"); if(fold.is(":hidden")){ $(this).width(680); }else{ $(this).width(100); } }) $(".voice_2 ul li").click(function(){ var li_index = $(this).index(); $(this).animate({width:680},200); $(this).find(".unfold").show(); $(this).find(".fold").hide(); $(this).siblings().animate({width:100},200); $(this).siblings().find(".unfold").hide(); $(this).siblings().find(".fold").show(); }) })

    0
    106
    176KB
    2015-08-01
    10
  • 自己做的不错的导航条效果

    业余时间做的导航效果,从事行业:网页设计

    0
    35
    28KB
    2012-09-13
    9
  • 爱学习电子书隔离带中是蜀犬吠日

    好好读,好好看,细细品味,细细品味,细细品味,细细品味。

    0
    24
    12KB
    2009-05-26
    0
  • 异常定义分析,概念理解

    关于异常的定义和理解,各类异常的区分.等等

    3
    82
    354KB
    2008-11-14
    10
关注 私信
上传资源赚积分or赚钱