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
2 answers

Java Selenium - Can't seem to select an element

I'm trying to select an e-mail href to grab the text, but no matter what selections I use to try to select the e-mail, my selection doesn't seem to work and I am curious what other ways might exist to fix the problem. I have used absolute and…
lmcphers
  • 468
  • 3
  • 18
0
votes
0 answers

passing variable from php to another php using name attribute?

hey I'm new in php so didn't know more about it my question is : I have create multiple forms in 1 php file and i am trying to pass a variable with same name $action from multiple form in name attribute of hidden input type tag to another php from…
Akash sharma
  • 295
  • 3
  • 12
0
votes
1 answer

Inheritance Hidden Method java

Hi I came upon with a snippet of this code on a book. But somehow I could not fully understand how java uses the private method over the public package com.toro.employee2; public class Deer { public Deer() { System.out.print("Deer"); …
Jerrick
  • 1
  • 1
0
votes
0 answers

I run an EXE program from a Windows Service but I can't see form C#?

I run another program from Windows Service private Process RunApp(string _appLocation) { //Create Process Process _ret = new Process(); _ret.StartInfo.FileName = _appLocation; //Run as Administrator. …
VolkanCetinkaya
  • 645
  • 7
  • 13
0
votes
0 answers

iOS swift move elements after some hidden

I have some question about moving elements in ScrollView, let say i have some form from few elements and button in the bottom on screen. This view is scrolling and now i have some problems when i need to hidden some elements on this form, elements…
Evgeny Kuzin
  • 11
  • 1
  • 3
0
votes
3 answers

Hide attribute of an element from DOM

As the title says, I would like to add a new hidden attribute to an element. To avoid any confusion, I want the attribute to be hidden, not the element. I have a div:
Hello!
I add an attribute:…
Arthur Rey
  • 2,990
  • 3
  • 19
  • 42
0
votes
0 answers

sliding in a dropdown inside a div with overflow hidden

I'm creating a sliding animation for a dropdown inside a div, but the "overflow:hidden" of this div is preventing to show the dropdown list when we click on the dropdown to open it. I'm aware that this "overflow:hidden" lets me slide the dropdown…
0
votes
5 answers

Using ':hidden' selector to find hidden elements in jquery

In jQuery, I can use $(':hidden') to find hidden elements, but I don't want to include the 0 size elements (width=0 and height=0). How to achieve this? I can't just judge if it is 0 size, because if one of its parents is hidden, I also want to…
Lixiao
  • 1
  • 3
0
votes
4 answers

how can I toggle the visibility of 3 different divs to three corresponding divs

I'm trying to toggle the visibility of these 3 divs by 3 separate corresponding images. I want the divs the be hidden at the start and only 1 to show at any time. Any help would be appreciated. This is my html:
user4313162
0
votes
0 answers

Wordpress Admin page on Ubuntu is hidden by the grey screen

I've just move all wordpress site from Windows server to Ubuntu server. The main site (http://example.com) show correctly, but the admin page (~/wp-admin) has problems. I can see the left sidebar only (post, page, theme...), but the main frame where…
Jude Nguyen
  • 81
  • 1
  • 8
0
votes
1 answer

Text that overflows the container should be hidden and "..." added

Lets say I have a simple div in which I want to generate ads from database. I cannot predict how long the description will be.

Ad title

Ad location

CountGradsky
  • 268
  • 2
  • 4
  • 15
0
votes
1 answer

Hiding and Unhiding Individual Files Using Applescript

I need to write an applescript to hide and unhide specific files. This is what I have so far, but apparently the spaces in the file name is causing problems. tell application "System Events" do shell script "chflags nohidden…
Sharky
  • 13
  • 2
0
votes
1 answer

SSRS suppressing page breaks on hidden items

I have an SSRS report with multiple charts the are visible via expression and have page breaks. How do I eliminate dead space left from the hidden report items?
0
votes
1 answer

Script block not working in AngularJS ng-repeat section

The script block not working in AngularJS ng-repeat section. The issue is given below.