Questions tagged [hide]

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

For hiding segments of webpages, several options exist, such as the setting CSS display property to none and hide method.

This tag is also used for hiding options in other graphical interfaces and generally applies to "hiding" any information.

4735 questions
1
vote
1 answer

Hide Rows That Contain A Certain String Using PHP and MySQL

I have this block of PHP code which is pulling its information from a database. All I want to do is filter/hide the rows that has "Player" like "string". "; …
Pie
  • 856
  • 4
  • 12
  • 33
1
vote
2 answers

Hide an android app after installing it and launch it from another app

I want to write the two applications which satisfy: The application should be hidden Automatically from launcher after installation. the second application should have a button, when clicked it should launch & run first program. Indeed it's a…
reza3d
  • 11
  • 2
1
vote
1 answer

Show and hide elements inside SVGs

I'm trying to set up an interactive map where you can click on circles (for cities) to make some text appear. When you click on another circle another text appears. Here is what I made so far:
Sigi
  • 41
  • 2
1
vote
3 answers

C#: How can I expose a class property to one class but not to another?

I have a data contract "StudentInformation" in my class library, something like this: public class StudentInformation { public int StudentId { get; set; } public bool CanChangeBus { get; set; } public List AvailableBuses { get; set;…
CodeFreak
  • 13
  • 3
1
vote
3 answers

jQuery, reveal/hide absolute div on click

I'm new with jQuery code.. I tried to develop a "full page menu" by me but i have some difficulty to hide menù on second click.. i tried .toggle() but i read that was retired.. can you help me? thank you so much and sorry for my bad…
Carmelo Catalfamo
  • 93
  • 1
  • 4
  • 15
1
vote
1 answer

How can I hide all code before my function header on the same line as it?

I was looking at the code of C# to create Lists and I noticed they were able to hide, not only comments, but anything else occurring before the function header. On top of this, it was collapsed without a preview, just three dots, on the same line as…
1
vote
0 answers

How to programmatically hide some keys from android virtuel keyboard

I'd like to create an text input that hides some keys of the virtual keyboard : shift, record (microphone), numbers and dot (.)
Sami
  • 717
  • 6
  • 28
1
vote
2 answers

Hiding Video Link (JW Player) From Source code

...