Questions tagged [hidden]

Hidden could refer to a style value in CSS for the visibility property, a selector in jQuery, a possible value for the type attribute of an input or to an `HTML5` attribute.

Hidden could refer to a style value in CSS for the visibilityproperty, a selector in jQuery, a possible value for the type attribute of to an input or an HTML5 attribute.

For files, use .

See:

2114 questions
0
votes
1 answer

Hiding folders in XAP file

As we know, we can see the contents of a XAP file by renaming it to .zip and opening it by any zip tool. I would like to know if there is anyway to make the files/folders in the XAP file hidden? i.e. If a person renames the XAP file to .zip and…
0
votes
0 answers

Hidden pro-accessibility information impact on SEO

Im making some kind of online board game. And of course this will not work without JavaScript so I want to put an information about it for users which have disabled JavaScript. There is my example code: .no-js #content-container:before { …
jazzgot
  • 368
  • 1
  • 2
  • 16
0
votes
2 answers

HTML Table is Hidden and Shouldn't Be

I am trying to add an existing capability to another part of our system. It was originally written only for one part of the system, but we want it available in another one. So I basically copied the code (which was a huge javascript function) and…
package81
  • 17
  • 1
  • 3
0
votes
1 answer

My menu vanishes when using overflow-x on mobile

I have a menu that's within a div that I hide off screen. When the menu-button is pressed I bring the menu in to view. Whilst doing this, I shift the visible content of the body over to one side, allowing room for the menu. When I originally did…
Shocker_33
  • 107
  • 2
  • 2
  • 11
0
votes
2 answers

Facebook - hide content on website till "Like" button clicked

I'm using the wordpress plugin from http://www.sociable.es/facebook-wordpress-plugin-3-0/ on my blog, and I try to figure out, how they hide their download till I click the "Like" button on the post. I tried:
Joko
  • 1
  • 1
0
votes
2 answers

Toggle display hidden/block for many divs via different spans only with css

For my japanes learning site i am building a kana-helper: Every time when the cursor hovers over a kana (basic japanese characters) in the text, the belonging romaji should be shown in a fixed div. I am a very beginner in css and html etc. and with…
Koyagi
  • 143
  • 6
0
votes
1 answer

How can I prevent my unhidden HtmlTableRows from hiding again after the page is submitted?

I'm using an HtmlButton to make some HtmlTableRows that have been hidden visible. The HtmlButton is created and set up like so: HtmlButton btnAddFoapalRow = null; . . . btnAddFoapalRow = new HtmlButton(); btnAddFoapalRow.Attributes["type"] =…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

adding special search functionality to list view

I have created a list view in android and I want to add edit text above the list and when the user enter text the list will be filtered according to user input But i want the list to be hidden at the first time and when the user inters 3 chars the…
user5029855
0
votes
2 answers

Assign Business entity to hidden variable

Say for example if I have a business entity -> Customer, which has customerId, customerName and customerType. I have created an asp:Hidden Variable hdnCustomer to runat="server" If I wanted to serialize the value of the customer business entity (in…
WalkMan
  • 3
  • 1
0
votes
1 answer

passing value from popup window to hidden text box of parent window

How to pass value from pop up window to hidden text box in parent page. When the text box are visible, the values are correctly displayed in the main page. But when I make the text box hidden, the values are not correctly passed from child to parent…
user4221591
  • 2,084
  • 7
  • 34
  • 68
0
votes
2 answers

VBA to skip hidden cells without cicle

I've wrote a macro in an add-in that update the status-bar when you select a range: This macro (included in "thisWorkbook" of the add-in with a SheetSelectionChange) write on status-bar the matrix sum product of the first and last column in…
Gear83
  • 13
  • 5
0
votes
1 answer

Sending hidden HTML form input to PHP

I have been working on this for hours, and I haven't been able to get it right. I am using jquery to pull
from an xml file. From there, I am using it to set that value to that of the hidden input. And from there, I would like to send the…
mousadafousa
  • 77
  • 4
  • 14
0
votes
1 answer

Django UpdatView - custom form fields

I have my UpdateView for updating some of my data. class WpisUpdate(UpdateView): model=ProdukcjaStanTb fields=[ 'temat', 'podtemat', 'proc_wym', 'proc_auto', 'proc_palnik', 'proc_uruch', …
Jakub
  • 193
  • 1
  • 10
0
votes
1 answer

How to show the hidden application window which hid/minimized by ctrl+h/m on mac

How to show/re-display the hidden application window which hided/minimized by ctrl+h/m etc in mac? I just don't like click the application icon on the dock!
Kaiyu Lee
  • 613
  • 7
  • 14
0
votes
1 answer

Sending post PDF data using hidden input

I have an app which finally creates pdf from img using js. PDF data is inserted in hidden input. Next I send pdf to email address. I have a problem with sending hidden input with pdf data via post. While using free server it all works fine but on…
1 2 3
99
100