Skip to content
Advertisement

Tag: show-hide

Show/Hide elements JavaScript

I am attempting to create forms that are hidden on each page. I figure I had to make a separate functions for each button and form that I wanted to hide. So my logic was to use the same code on separate JS pages but changing the id and function names on each JS page. However when I do so,

show/hide section in wordpress with select values

I use Divi Theme in Wordpress. I have sections that I gave IDs. I have a select, and for each option value I use the sections IDs. I want show one section by changing the select option and hide the other section that is showed. Here is the select : Here is the javascript : Could you tell my why

Toggle visibility property of div

I have an HTML 5 video in a div. I then have a custom play button – that works fine. And I have the video’s visibility set to hidden on load and visible when the play button is clicked, how do I return it to hidden when the play button is clicked again? I’m basically just trying to toggle it

Advertisement