Top "Visible" questions

Opposite of [tag::hidden] or [tag::invisible] depending upon context.

Jquery check if element is visible in viewport

Function to check if the div class "media" is within the browsers visual viewport regardless of the window scroll position. &…

javascript jquery visible
How can I check if a view is visible or not in Android?

I set visibility to invisible like this on Android: myImageView.setVisibility(View.INVISIBLE); And then to make it visible: myImageView.…

android user-interface visible
Check div is hidden using jquery

This is my div <div id="car2" style="display:none;"></div> Then I have a Show …

jquery hidden visible
jQuery if statement to check visibility

I'm trying to write a script that will hidden/show div depending on other elements visibility. The action should take …

jquery if-statement hide show visible
How to use protractor to check if an element is visible?

I'm trying to test if an element is visible using protractor. Here's what the element looks like: <i class="…

angularjs visible protractor
Android: how to check if a View inside of ScrollView is visible?

I have a ScrollView which holds a series of Views. I would like to be able to determine if a …

android scrollview visible
Set Visible property with server tag <%= %> in Framework 3.5

I have been working in a .NET Framework 4 project using server tags like <%=whatever %> to set the visibility …

asp.net .net visible servertag
Finding if element is visible (JavaScript )

I have a javascript function that tries to determine whether a div is visible and does various processes with that …

javascript jquery dom visible getattribute
conditionally show hide asp.net Gridview column

This is how I navigate to myPage.aspx , <a href='~/myPage.aspx?show=<%#Eval("id")%>' …

c# asp.net gridview visible
Get the visible height of a div with jQuery

I need to retrieve the visible height of a div within a scrollable area. I consider myself pretty decent with …

javascript jquery height visible