Template:Team:Waterloo/JS/baseWiki

From 2014.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 6: Line 6:
function alignHeadings(){
function alignHeadings(){
   var remainingWidth = $("div#topbar").width();
   var remainingWidth = $("div#topbar").width();
-
  if (remainingWidth <= "1000"){
 
-
    $("ul#headings >li").css("display", "none");
 
-
    $("ul#shortheadings >li").css("display", "block");
 
-
  }
 
-
  else {
 
     var allheadings = $("ul#headings >li");
     var allheadings = $("ul#headings >li");
     allheadings.css("display", "block");
     allheadings.css("display", "block");
Line 16: Line 11:
     allheadings.width(remainingWidth / (allheadings.length + 0.5))
     allheadings.width(remainingWidth / (allheadings.length + 0.5))
       .css({"text-align":"center","line-height":"150%"});
       .css({"text-align":"center","line-height":"150%"});
-
  }
 
}
}
Line 43: Line 37:
}
}
-
$('ul.tabs').each(function(){
+
/*$('ul.tabs').each(function(){
     var $active, $content, $links = $(this).find('a');
     var $active, $content, $links = $(this).find('a');
Line 68: Line 62:
       e.preventDefault();
       e.preventDefault();
     });
     });
-
   });
+
   });*/
-
 
+
</script>
</script>
</html>
</html>

Latest revision as of 05:06, 16 October 2014