Difference between revisions of "Template:Team:TU Darmstadt/MainMenu"

Line 37: Line 37:
 
   </div>
 
   </div>
 
</div>
 
</div>
 +
<script>
 +
$(function(){
 +
  $('a').each(function() {
 +
    if ($(this).prop('href') == window.location.href) {
 +
      $(this).addClass('current');
 +
    }
 +
  });
 +
});
 +
</script>
 
</html>
 
</html>

Revision as of 13:10, 12 October 2016