document.addEventListener('DOMContentLoaded', function() { var header = document.getElementById('myHeader'); var page = document.getElementById('page'); var openMenuButton = document.getElementById('openmenu'); window.addEventListener('scroll', function() { page.classList.remove('menuopen'); if (window.scrollY >= 100) { header.classList.add('sticky'); } else { header.classList.remove('sticky'); } }); // Event listener to remove the sticky class when the button is clicked openMenuButton.addEventListener('click', function() { header.classList.remove('sticky'); page.classList.add('menuopen'); }); var links = document.querySelectorAll('a[href^="#"]'); links.forEach(function(link) { link.addEventListener('click', function(event) { // Prevent the default action event.preventDefault(); // Get the target element var targetId = this.getAttribute('href'); var targetElement = document.querySelector(targetId); // Smooth scroll to target if (targetElement) { targetElement.scrollIntoView({ behavior: 'smooth' }); } }); }); }); ff
top of page

Join us for a hands-on Candle Making Class where you'll learn the art of creating your own scented soy candles! Sign up today and illuminate your crafting skills!

 

Time: 4pm

Date: February 8, 2025

Location:

The Yard Haledon

289 Belmont Ave

Haledon, NJ 07508

Let's Get Lit! At The Yard Haledon

$40.00Price

    ©2019 by La Chandelle. Proudly created with Wix.com

    bottom of page