码迷,mamicode.com
首页 > 其他好文 > 详细

2015年2月2日

时间:2015-02-03 00:33:14      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:

 $(".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;
    })

});

 

2015年2月2日

标签:

原文地址:http://www.cnblogs.com/xinlinux/p/4268934.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!