Difference between revisions of "Team:DLUT China B"

m (解决JavaScript不能使用逻辑与的问题。)
m (解决路径问题。)
Line 366: Line 366:
 
         };
 
         };
 
         goProjectIntroduction=function(){
 
         goProjectIntroduction=function(){
             window.location.href="Description.html";
+
             window.location.href="https://2018.igem.org/Team:DLUT_China_B/Description";
 
         };
 
         };
 
         goParts=function(){
 
         goParts=function(){
             window.location.href="PartsOverview.html";
+
             window.location.href="https://2018.igem.org/Team:DLUT_China_B/PartsOverview";
 
         };
 
         };
 
         goModel=function(){
 
         goModel=function(){
             window.location.href="ConditionOptimization.html";
+
             window.location.href="https://2018.igem.org/Team:DLUT_China_B/ConditionOptimization";
 
         };
 
         };
 
         goAwards=function(){
 
         goAwards=function(){
             window.location.href="AppliedDesign.html";
+
             window.location.href="https://2018.igem.org/Team:DLUT_China_B/AppliedDesign";
 
         };
 
         };
 
         goHumanPractice=function(){
 
         goHumanPractice=function(){
 
             console.log('aa');
 
             console.log('aa');
             window.location.href="HumanPractice.html";
+
             window.location.href="https://2018.igem.org/Team:DLUT_China_B/HumanPractice";
 
         };
 
         };
 
         goTeamworkAndCooperation=function(){
 
         goTeamworkAndCooperation=function(){
             window.location.href="TeamMembers.html";
+
             window.location.href="https://2018.igem.org/Team:DLUT_China_B/TeamMembers";
 
         };
 
         };
  
 
         function isShow($el){
 
         function isShow($el){
             let winH = $(window).height(),/*获取窗口高度*/
+
             let winH = $(window).height(),
                 scrollH = $(window).scrollTop(),/*获取窗口滚动高度*/
+
                 scrollH = $(window).scrollTop(),
                 top = $el.offsetTop;/*获取元素距离窗口顶部偏移高度*/
+
                 top = $el.offsetTop;
 
             return top < scrollH + winH;
 
             return top < scrollH + winH;
 
         }
 
         }

Revision as of 13:26, 18 September 2018

2018 iGEM_DLUT_B

Chat Bubbles