是是是

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

            }
        });
    });
});

 

posted on 2016-06-18 17:13  岩_生  阅读(417)  评论(0编辑  收藏  举报

导航