Top "Show-hide" questions

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

Difference between jQuery’s .hide() and setting CSS to display: none

Which am I better off doing? .hide() is quicker than writing out .css("display", "none"), but what’s the difference …

javascript jquery html css show-hide
How to set "style=display:none;" using jQuery's attr method?

Following is the form with id msform that I want to apply style="display:none" attribute to. <form id="…

javascript jquery html css show-hide
Show pop-ups the most elegant way

I have this AngularJS app. Everything works just fine. Now I need to show different pop-ups when specific conditions become …

javascript model-view-controller angularjs popup show-hide
How to hide iOS status bar

In my iOS video app status bar is hidden in some view controllers. I have done this using following code. [[…

ios7 show-hide statusbar
How to add display:inline-block in a jQuery show() function?

I have some code like this: function switch_tabs(obj) { $('.tab-content').hide(); $('.tabs a').removeClass("selected"); var id = …

jquery show-hide
Show hide fragment in android

I am developing application which contains 2 fragments and i want to show hide according to my need. Following code has …

android android-fragments show-hide
How to Toggle a div's visibility by using a button click

Below is my javascript code which i used to show a div when clicked on a button. How can I …

javascript css html show-hide
Show/Hide Div on Scroll

I have a div that sits at the bottom of a slideshow that I want to disappear when the user …

jquery scroll show-hide
android layout with visibility GONE

Four views are using same xml. I want to show a linear layout for view 1 only. I put android:visibility="…

android view show-hide
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 …

javascript jquery css toggle show-hide