python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Function to show/hide div(s) not showing all of the second option
Just stuck with a problem on a web page I'm making. Also, still new to JS.
I have hidden two divs with display:none; and written some JS to change one or other div based on a value.
I've managed to g...
mpden95
Votes: 0
Answers: 1
modal doesn't show when placed inside a div that has a show/hide function
I have a straightforward multi-image modal set up which works perfectly. However, the page I am trying to integrate it on is set up as follows: I have a header, a set of links to the left, and a main ...

Angela S.
Votes: 0
Answers: 1
is there any other way for hiding an element on print then css
I was trying my print code on different devices and on my phone the hidden elements still showed up after:
document.getElementById("head").style.display = "none";
and then:
documen...

my profile
Votes: 0
Answers: 0
Showing and Hiding elements using Javascript
So I have to create this program where i need to create a "People also asked for" feature (This will hide the answers by default, and if the questions is clicked, it will show the answer for...
Genshi
Votes: 0
Answers: 2