YuhangYang (Talk | contribs) (Created page with "$(function(){ $(document).attr("title","Public Engagement & Out Reach - Team:SSTi-SZGD - 2018.igem.org"); //Navigation $(".btn_nav .Human_Practices a").eq(1).addClass("...") |
YuhangYang (Talk | contribs) |
||
Line 15: | Line 15: | ||
$(".page_title").text("公共参与和外展"); | $(".page_title").text("公共参与和外展"); | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}); | }); |
Revision as of 00:56, 18 October 2018
$(function(){
$(document).attr("title","Public Engagement & Out Reach - Team:SSTi-SZGD - 2018.igem.org");
//Navigation $(".btn_nav .Human_Practices a").eq(1).addClass("active"); $(".sub_nav li.Human_Practices a").eq(1).addClass("active");
$(".page_nav ul li").removeClass("active"); $(".page_nav ul li").eq(4).addClass("active");
if(window.location.search==""){ $(".page_title").text("Public Engagement & Out Reach"); }else{ $(".page_title").text("公共参与和外展"); }
});