Difference between revisions of "Template:Groningen"

Line 44: Line 44:
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
/// Smooth Scroll: ///
+
$(document).on('click', 'a[href^="#"]', function (event) {
$('a[href*=#]:not([href=#])').click(function() {
+
     event.preventDefault();
     if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
+
        || location.hostname == this.hostname) {
+
  
        var target = $(this.hash);
+
    $('html, body').animate({
        target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
+
      scrollTop: $($.attr(this, 'href')).offset().top
          if (target.length) {
+
    }, 500);
            $('html,body').animate({
+
                scrollTop: target.offset().top
+
            }, 1000);
+
            return false;
+
        }
+
    }
+
 
});
 
});
/// End smoothscroll //
 
  
  

Revision as of 15:13, 15 October 2018