是是是

Posted 风清扬

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了是是是相关的知识,希望对你有一定的参考价值。

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

            }
        });
    });
});

 

以上是关于是是是的主要内容,如果未能解决你的问题,请参考以下文章

maven scope 关键字

第五章 隐藏具体实现

Ambari2.7.3 和HDP3.1.0搭建Hadoop集群

hadoop2.3.0cdh5.0.2 升级到cdh5.7.0

make 和 make install的区别是是啥?

常用接口自动化工具框架