Top "Hide" questions

Methods for hiding visual components, particularly with regard to HTML.

Hide empty cells in table

I want to hide empty cells in table. Here is my code: You can see, empty cell is shown in 2…

html-table hide cells
How to hide column of devexpress XtraGrid

Hai all, Am using devexpress XtraGrid in C#.NET application.On run time i want to hide 1 column of XtraGrid …

c# devexpress hide xtragrid
Jquery toggle not working

i am trying to get jquery to hide this div and for some reason it is not working what am …

jquery html css hide toggle
Swift - UITableView scroll event

I was wondering how to detect if the UITableView is scrolled (up or down). I want to hide the keyboard …

uitableview swift events scroll hide
How to hide the controls in the VideoView in Android?

I am using VideoView for playing video in my app but I would like to hide the controls in it. …

android hide android-videoview
Hide/Show Select2

I want to hide or show my select2, but I can't find a method in the API. I'm using a …

jquery hide show select2
JQuery: Hide anchor if href is empty

Been on this one for a while now. Basically, I need to check where a href on an anchor tag …

jquery hide show-hide
CSS: hide element but keep width (and not height)

display:none will completely hide an element as if it now had a width and height of zero visibility:hidden …

css height width hide
hide primefaces table column header

I have a p:treeTable and the tree contents are all in one column. The tree is a shared component …

primefaces hide treetable columnheader
hide the div with the form after the form is submitted and show a hidden div

so I have this <div id="first" class="1" style="display:"> <form> <input type=submit> &…

javascript forms hide show onsubmit