Difference between revisions of "Template:Groningen"

Line 847: Line 847:
 
         HTit = "SPONSORS";
 
         HTit = "SPONSORS";
 
         break;
 
         break;
     case "/Team:Groningen/test":
+
     default:
 
         HTit = "Sudazima";
 
         HTit = "Sudazima";
 
         break;
 
         break;
Line 987: Line 987:
 
$( document ).ready(function() { $("body").scrollspy({target: "#myScrollspy", offset:100}); });
 
$( document ).ready(function() { $("body").scrollspy({target: "#myScrollspy", offset:100}); });
 
// Add smooth scrolling on all links inside the navbar
 
// Add smooth scrolling on all links inside the navbar
$('body').on('click','a[href*="#snav"]',function(event){
+
 
    event.preventDefault();
+
var jump=function(e)
     var target_offset = $(this.hash).offset() ? $(this.hash).offset().top : 0;
+
{
    //change this number to create the additional off set       
+
  if (e){
    var customoffset = 75
+
      e.preventDefault();
     $('html, body').animate({scrollTop:target_offset - customoffset}, 500);
+
      var target = $(this).attr("href");
 +
  }else{
 +
      var target = location.hash;
 +
  }
 +
 
 +
  $('html,body').animate(
 +
  {
 +
      scrollTop: $(target).offset().top
 +
  },2000,function()
 +
  {
 +
      location.hash = target;
 +
  });
 +
 
 +
}
 +
 
 +
$('html, body').hide();
 +
 
 +
$(document).ready(function()
 +
{
 +
$('a[href^="#snav"]').bind("click", jump);
 +
 
 +
     if (location.hash){
 +
        setTimeout(function(){
 +
            $('html, body').scrollTop(0).show();
 +
            jump();
 +
        }, 0);
 +
     }else{
 +
        $('html, body').show();
 +
    }
 
});
 
});
  

Revision as of 23:11, 30 October 2017