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

是是是

时间:2016-06-18 18:27:13      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

$(function(){
    $(".wx-tabbox li a").each(function(index){
        $(this).click(function(){

            // alert($(".wx-tabbox li a").eq(index).attr("id"));
            if(index > 8){
                var str = $(this).text();
                var id =  $(this).attr("id");
                var pc_str = $(".wx-tabbox li a").eq(8).text();
                var pc_id = $(".wx-tabbox li a").eq(8).attr("id");
                $(this).text(pc_str).attr("id",pc_id);
                $(".wx-tabbox li a").eq(8).text(str).attr("id",id);

            }
        });
    });
});

 

是是是

标签:

原文地址:http://www.cnblogs.com/shanyansheng/p/5596512.html

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