-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The menu doesn't expand I don't know if it's my code. Could you look and give me a hint? #14
Comments
/==================== MENU SHOW Y HIDDEN ====================/ /===== MENU SHOW =====/ |
do you have the full code with you ?? @jaiswalprabhakar |
/==================== ACCORDION SKILLS ====================/ const skillsContent = document.getElementsByClassName('skills__content'), this code is not working... please can you help |
hi, i cant show in qualification tabs, can i have the full code ? |
const navMenu = document.getElementById('nav-menu'),
navToggle = document.getElementById('nav-toggle'),
navClose = document.getElementById('nav-close'),
/===== MENU SHOW =====/
/* Validate if constant exists */
if (navToggle){
navToggle.addEventListener('click', () =>{
navMenu.classList.add('show-menu')
})
}
The text was updated successfully, but these errors were encountered: