Top "Hide" questions

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

Twitter Bootstrap Responsive - Show Table Column only on Desktop

I'm using DataTables.net + Twitter Bootstrap and the responsive layout, what I'm trying is to hide some columns of the …

twitter-bootstrap datatables hide multiple-columns
Qt hide minimize, maximize and close buttons

Do you know how to hide minimize, maximize and close buttons of title bar in Qt. I especially need to …

qt hide minimize maximize
how to show/hide divs by select.(jquery)

my code: <select id="select"> <option id="1" value="thai language">option one</option> <…

jquery select html hide show
Select2: Hide certain options dynamically

Basically what I'm looking for is the ability to hide options from the dropdown of select items. So, technically they …

hide jquery-select2
How to hide a DIV element when I click outside

I have a div and want to hide it when I click outside. My code is: <div id="mydiv"&…

jquery html hide
Show/Hide multiple DIVs with Select using jQuery

I essentially have the same situation as the person in the following question: Link: how to show/hide divs by …

jquery select html hide show
jQuery on click $(document) - get clicked element

I'm trying to figure out how to get the clicked element whey using $(document).click() method: $(document).click(function() { if ($(…

jquery click hide
JavaScript: How to Hide / Unhide <div>

I'm trying to avoid using innerHTML because it causes my browser to crash, probably due to the 250 milliseconds refresh rate. …

javascript html hide innerhtml
How can remove Nginx from http response header?

I want to remove Nginx from http response header. I can Hide my Nginx version but I want to hide …

nginx http-headers hide
Hide a GridView column by name at runtime in ASP.Net

Is it possible to show/hide a GridView column at runtime by name? I can do it via the index …

c# gridview hide asp.net-4.0