Nieuw: Maak je echo afspraak bij onze nieuwe locatie in Kampen! Van harte welkom:)

Boek je afspraak voor de Termijnecho

Datum Calculator

Datum Calculator

Voer je uitgerekende datum in

Je Termijnecho afspraak: kies locatie, datum en tijd

....

console.log("This is a test message to verify that JavaScript is working."); jQuery(document).ready(function(jQuery) { console.log("JavaScript file loaded and jQuery is ready"); function addPageClass() { // Log the current URL console.log("Current URL:", window.location.href); if (window.location.href.indexOf("staff=4348&date=2024-08-02") > -1) { // Log if the condition is met console.log("Condition met: Adding class to body"); jQuery('body').addClass('page-staff-hide'); } else { // Log if the condition is not met console.log("Condition not met: Class not added"); } } // Run the function initially addPageClass(); // Also run the function whenever AJAX completes jQuery(document).ajaxComplete(function() { console.log("AJAX request completed"); addPageClass(); }); });