- 1
javascript bug
Iâm beginner in JavaScript and a canât summarize my code and I donât know if is possible. I built two drop boxes that apear when you click on it. But the else if condition doesnât work when the first load happens, I mean, when you click on one div and after the other div , the first one doesnât desapear. Can someone help me with this bug ?
3 RĂ©ponses
+ 6
Where is the code ?
+ 4
Show me everything dude !! You've created two functions but didn't called any of those.
If you're trying to create a div, then use document.createElement()
- 1
I putted only the js, do you want the html/css ?
https://code.sololearn.com/WNMEtcKXYbeC/?ref=app