Posts by Pedro Henrique Silva de Deus • 3 points
2 posts
-
0
votes2
answers75
viewsA: How to hide Divs from onClick event in input
I ended up changing the code because I saw that I needed to treat some more conditions. function showPage(num) { if(num.match('A')) { document.getElementById('A').style.display="block";…
-
-3
votes2
answers75
viewsQ: How to hide Divs from onClick event in input
with a doubt of those. I’m remaking a page a medical site where has a search engine diseases by the letter index,A,B,C,D,E............ On the page, there was a space for the search buttons, I’m…