Top "Show-hide" questions

show-hide is a user interface behavior used to visually indicate on and off states

When a user clicks Show link, display the password, hide it when clicked again

I am trying to get this simple script to work. Basically, when a user clicks on the Show link, it …

javascript html textbox passwords show-hide
splash screen application and hide action bar

I'm trying to figure out how is it possible to hide the action bar for a splash screen activity. I …

android user-interface android-actionbar show-hide splash-screen
Angular Hide With Button

So I'm working with Angular and I'm trying to make a button that when clicked disappears. I have tried to …

html angular typescript show-hide
show/hide div based on browser size using ONLY css?

I am a trying to get some divs to show/hide based on browser size, using only css media queries... …

css media-queries media show-hide
Hide parent div on click using jQuery

So I'm trying to write a super simple script that will allow a user to throw any link or button …

javascript jquery html show-hide
C# winforms startup (Splash) form not hiding

I have a winforms application in which I am using 2 Forms to display all the necessary controls. The first Form …

c# winforms show-hide
How to hide a jqgrid column dynamically

I am implementing jqgrid in my asp.net MVC web application. In my grid i have two columns edit and …

c# asp.net-mvc jqgrid show-hide
jQuery Show/Hide by class when multiple items contain the said class

Thanks in advance for helping me out (for those who have time and are willing). I've written this script: $(document).…

javascript jquery show-hide jquery-animate
How do I fade a div in/out on page scroll?

Here is the jsfiddle: http://jsfiddle.net/NKgG9/ I'm basically wanting those pink boxes to be on show on page …

jquery scroll fade show-hide
How to hide/show sections of a HTML form

I have a HTML form which when submitted sends an email with all the questions and answers using PHP. I …

php javascript html forms show-hide