QQ列表效果

HTML阶段

  •     

        

    五行元素金

  •     

        

    五行元素木

  •     

        

    五行元素水

     

  •     

        

    五行元素火

  •     

        

    五行元素土

     

JQ代码段

$(function(){

    $("li").click(function(){

    $(this).children(".conts").show();

    $(this).siblings().children(".conts").hide();

    })

})

你可能感兴趣的:(QQ列表效果)