Account Settings

Winkelwagen

De winkelwagen is nog leeg

Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
Realtime
  • Datum: 19-02-2026
  • Week: 08
  • Weer:
  • Seizoen: Winter

Smoothscroll to hash

particle

// smoothscroll to hash //——————— var scrollToTopH = 140; $(“a[href*=#]”) .not(“.no-scroll”) .on(“click”, function(event) { if ($(this.hash).length > 0) { event.preventDefault(); $(“html,body”).animate( { scrollTop: $(this.hash).offset().top – scrollToTopH }, 500 ); } });

Home