Top "Show-hide" questions

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

Android - show/hide fragment leaves an empty area

Given: Two vertically placed elements on the screen (ViewPager and Fragment) Action in the first currently selected fragment (ViewFlipper) toggles …

android webview show-hide fragment
Toggling UITextField to show and hide in Swift

I'm trying to hide a username textfield when toggling over to login from register and show it again when toggling …

ios swift uitextfield show-hide
Hide element with Javascript. Doesn't work with IE and Chrome

I have problems with hiding elements. I already read this topic Javascript working on Firefox but not in Chrome and …

javascript internet-explorer firefox google-chrome show-hide
How to show/hide Actionbar when clicked on

When the user clicks anywhere on the screen, I want the Actionbar to hide and when pressed again it should …

android android-actionbar show-hide
Adding delay to jquery event on mouseover

I am trying to add a simple delay to a mouseover event of a child and having difficulties. (Still learning!) …

javascript jquery children show-hide onmouseover
jQuery show/hide/toggle works, but doesn't stay as it should - it reverts to original state

I am try to show/hide answers to FAQ questions using jQuery. The idea is that all the questions are …

jquery toggle show-hide
How to hide the uibarbutton item of a navigation bar

i am unzipping a file on background thread and i am calling HomeViewController on main thread.in this view controller …

iphone uinavigationbar uibarbuttonitem show-hide
Sphinx, reStructuredText show/hide code snippets

I've been documenting a software package using Sphinx and reStructuredText. Within my documents, there are some long code snippets. I …

code-snippets show-hide python-sphinx restructuredtext
elements with the same class name in javascript

Im new to javascript because I skipped it and jumped to jquery and now Im writing a javascript code but …

javascript html show-hide getelementsbyclassname classname
How do you remove and hide HTML elements in plain Javascript?

I have this HTML: <body> <div id="content-container" style="display:none"> <div>John</…

javascript html show-hide removechild