Top "Visibility" questions

Visibility is an attribute of an object.

How do I check if an element is hidden in jQuery?

Is it possible to toggle the visibility of an element, using the functions .hide(), .show() or .toggle()? How would you …

javascript jquery dom visibility
What is the difference between visibility:hidden and display:none?

The CSS rules visibility:hidden and display:none both result in the element not being visible. Are these synonyms?

css visibility
Equivalent of jQuery .hide() to set visibility: hidden

In jQuery, there are .hide() and .show() methods which sets the CSS display: none setting. Is there an equivalent function …

javascript jquery css visibility
How to check visibility of software keyboard in Android?

I need to do a very simple thing - find out if the software keyboard is shown. Is this possible …

android visibility android-softkeyboard
How to change visibility of layout programmatically

There is the way to change visibility of View, but how can I change programmatically visibility of layout defined in …

android layout visibility
DataTrigger where value is NOT null?

I know that I can make a setter that checks to see if a value is NULL and do something. …

wpf xaml binding visibility datatrigger
Calling the base class constructor from the derived class constructor

I have a question: Say I have originally these classes which I can't change (let's say because they're taken from …

c++ inheritance constructor visibility derived-class
How do I check if an element is really visible with JavaScript?

In JavaScript, how would you check if an element is actually visible? I don't just mean checking the visibility and …

javascript dom visibility
Difference between Visibility.Collapsed and Visibility.Hidden

What are differences between Visibility.Collapsed and Visibility.Hidden in WPF?

wpf wpf-controls visibility
Make one div visible and another invisible

I have two div tags, one is for the search and the other is for the results. What I need …

css html visibility hidden