微信

2015年2月2日

 $(".sroll .qselect").find('li').each(function(k) {
    $(this).on("click",
    function(e) {
        e.stopPropagation();
        e.preventDefault();
        $(this).find(".radio").addClass("active3 fadeInRight animated");
        $(this).siblings().find(".radio").removeClass("active3 fadeInRight animated");
        switch (k) {
            case 0:
                $("#K1").removeClass("hide").siblings().addClass('hide');
                break;
            case 1:
                $("#K2").removeClass("hide").siblings().addClass('hide');
                break;

        }
        return false;
    })

});

 

posted @ 2015-02-02 23:04  Admin_info  阅读(99)  评论(0编辑  收藏  举报
青春时代是一个短暂的美梦,当你醒来时,这早已消失得无影无踪了。
点点Admin_info