1310 Linda Dr, Daingerfield, TX, 75638
0 Home All Products Events Contact Us! Language Currency / Country BACK English BACK United States (USD $) class MobileMenu extends HTMLElement { constructor(){ super(); this.backgroundBlock = this.querySelector('.nav-mobile-menu__background'); this.init(); } init(){ this.linkHandler = this.querySelectorAll('[link-handle]') this.linkHandler.forEach((item) => item.addEventListener('click', this.clickLinkHandler.bind(this))); this.adjustBackgroundHeight(); this.inputLanguage = this.querySelector('