Posts by Magnus Froes • 11 points
3 posts
-
-1
votes1
answer62
viewsQ: How to submit a form without refreshing the page? A modal for example
Hello, I made a form that is sending information to my email, but I wish it did not leave the page, without refresh, and appears a simple modal with the phrase "Sent successfully!" for example, how…
-
-1
votes1
answer47
viewsQ: The button 1 show your content1, how to interact with others? Boot 1 show content 1, boot 2 show content 2...Thank you very much!
let botao1 = document.getElementById('botao1'); let imagemcentro = document.getElementById('imagemcentro'); let conteudo1 =…
javascriptasked Magnus Froes 11 -
0
votes2
answers69
viewsQ: How to interact multiple dropdown menu?
I have two menus, what function to do and how to do, so when open one, close the other? And when clicking outside the close menu also? Thank you! My code function menu1() {…