The show-hide tag has no wiki summary.
0
votes
1answer
17 views
append object to specific dynamic div jquery
element to append (to spesific div child):
<object width="305" height="20" data="player.swf" type="application/x-shockwave-flash">
<param value="transparent" name="wmode"><param ...
0
votes
0answers
18 views
How to use a hidden Row in Reporting Services
Hello I have this problem:
I can't use a row if this is hidden in a table on Reporting services, for this use an expresion for validate an a period of time for show or not show this rows but I have 1 ...
1
vote
1answer
33 views
JQuery UI hide/show div position jumps on Chrome
I used JQuery UI to make a button that hides a div on the page, and shows another.
I have a wrapper div that has 2 visible divs and 1 hidden div inside. The first visible div never moves. div 2 is ...
0
votes
2answers
26 views
.slideToggle() Causes Height Issues for Bottom Div
I've been trying to solve this problem all day, but no luck so far. I feel like I know what to do, but can't seem to write the code. I am using slideToggle() to show/hide a set of options. However, ...
2
votes
2answers
38 views
How do you make text show on a form when you click on the submit button in jquery?
Sorry, If this is very simple but I am very new to jquery and can you you please tell me the answer to this code.
$("submit").click(function(){
$("#feedback").show();
});
Is this code right and ...
0
votes
0answers
5 views
Asp.net controls in Div tag are not visible when Div tag is visible?
I'm trying to show/hide a Div tag (which contains other asp.net controls) on a RadioButtonList OnSelectedIndexChanged event.
Issue: When i show Div tag, the controls in the Div tag are not visible. ...
0
votes
1answer
22 views
To show a hidden div with If-else condition for mobile quiz application
What I want to do:
I am trying to create a mobile quiz application that could display a list of questions in a form one by one.
What I am able to do:
I have read through this site and am able to ...
2
votes
4answers
161 views
Best way to hide a button with .visible-desktop class?
I'm trying to hide a button using jQuery ( using $.fn.hide()) ,but the jQuery method does not work, because the elements I want to hide contains the Bootstrap .visible-desktop/.hidden-desktop class ...
0
votes
2answers
45 views
show/hide div with button changing text
I have an issue that I don't know how to solve with jQuery since I am still very noob.
I have 4 boxes (or more) and each box will have a button "View Details", what I need is that when you click on ...
0
votes
0answers
10 views
-ms-transform: rotate(270deg) not working in IE9
.verticalName {
-ms-transform: rotate(270deg) !important;
}
Instead the only thing I can get to work is:
filter: progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, ...
-1
votes
1answer
32 views
Hide Next/Prev Link for multiple div and ul
Here is jquery prev/next function that works for only one set. if I add another ul set, the 2nd set doesn't function; Next/Prev doesn't function. I understand that I need to do some changes in the ...
0
votes
2answers
27 views
jQuery - Show/Hide Conundrum
So I am building a Glossary page, you know, you click A-Z and it shows the words assocated with that letter below.
The problem is, now that I have all the "word blocks" hiding from the get-go ...
1
vote
0answers
47 views
jQuery 'show more' list items in groups of N, 'collapse all' down to first displayed group [closed]
Okay first post here, probably has been answered a million times, but I'd really appreciate your jQuery expertise.
Basically, I want to take a list like so:
<ul>
<li>Hera</li>
...
0
votes
0answers
44 views
Angular ng-show - expression inside [duplicate]
I have such problem - I use ng-show to show element and it's base on two things and looks like
<div ng-show="{{!data.length && loaded}}"></div>
Web inspector shows ...
0
votes
1answer
18 views
.hide and .show displaying all elements and not functioning properly until user scrolls
Hello so I am working on a vertical scrolling site where fixed central image (the main character) hide and show depending on where the user is on the page using .scrolltop. The only problem I have is ...
0
votes
1answer
31 views
Tooltip-textbox in C#
I have applied a ToolTip to textbox in C# such that the textbox has to accept the name of the user. In the ToolTip, I have types the instructions that only alphabets are welcome in the textbox, which ...
2
votes
3answers
35 views
javascript toggle show/hide div using one control
Is it possible to toggle show/hide div using only one control?
I have a div(div-menu) which is display:none by default and a logo('div-top-logo' inside a table)
<script type="text/javascript">
...
2
votes
3answers
36 views
How to Show Elements in Succesion, Hide Them, and Then Repeat in jQuery
I want three lines of text to appear in a succession, then hide, and then appear in succession again. So far, I have been able to split the lines into span tags and appear in succession, but I can't ...
1
vote
1answer
46 views
jquery show more ellements ..similar with infinite scroll issue
I have more "row" div's and what I try to do is that when the user click on a button 5 more "row's" are show... and when he click again it show another 5 more
also the reverse operation for this!
Do ...
0
votes
1answer
48 views
How do I hide an ActiveX Command button with VBA based on cell contents
I have an Excel 2010 sheet with dropdown lists that are linked to hidden cells. The dropdowns are not populated by default (linked cells are empty). I also have an ActiveX Command Button called ...
0
votes
0answers
27 views
Android Fragment : replace Crash and Hide/show don't works
I'm making an App that implements this slide-out Menu and i'm pretty much satisfied about the implementation.
I divided my app in multiple Fragment for one Activity so for each section of the menu ...
0
votes
1answer
31 views
hide/show not working after first pass through all links
Alright, I'm extremely new to jquery and javascript, so bare with me.
The js code is pretty big, and I'm sure there is a really simple solution to shorten it, so firstly an idea on that would be ...
1
vote
2answers
82 views
Display message on hover using CSS next to Star Rater unordered list
I am trying to show a unique message to the right of my star rater when each star is hovered over. I messed around with tooltips but they would follow the mouse, I want my message to be fixed. I tried ...
0
votes
1answer
17 views
Keep hidden element displayed when hover over it
I had trouble forming a title- please edit if you come up with something better.
When hovering over a span with class percent100, I want to show a div with class getSeen. However, getSeen has a link ...
0
votes
3answers
25 views
jquery collapse using image as trigger
I have a simple jQuery collapsible table, where the header row is the trigger to toggle the data i want to show/hide.
What I'm after is to have an image within the header row and use this as the ...
0
votes
1answer
13 views
Hide / Reveal Divs not side by side
I am trying to do a hide / reveal using javascript and css and my divs are stacking rather than lining up side by side. i have set a width and floats... i cant figure out what's going on. any help is ...
1
vote
2answers
43 views
Having issues with multiple hidden/revealed DIVs using JQuery
I am currently creating a page for a website where there will be a vertical navigation bar, and upon clicking on the menu items/submenu items on said navigation bar, different DIVs will be ...
0
votes
5answers
53 views
Hide some divs (it won't take space)
I have 5 divs. Each time I want only one of them to be shown in the middle of the screen. The problem is that the hidden divs takes space. Each div contain a lot of information so I don't want to ...
0
votes
1answer
135 views
jquery Show/hide multiple div using buttons
Sorry for asking a very basic question and I am very new to jquery.
I have a following piece of HTML
<!DOCTYPE html>
<html>
<head>
<title>Test Div</title>
...
0
votes
3answers
24 views
targeting specific UL when there are more than one of the same class?
I'm creating code that will place tabbed content on my pages. The code creates tabs that when clicked, show and hide content beneath them. the active tab alos becomes white, while the inactive ones ...
1
vote
1answer
71 views
Dynamically show required textfield depending on dropdownlist value
Good day. My problem is I have a dropDownlist with three options: A, B, C. What I need to do is to show a textfield depending on what the user chose.
Example: user chose A => it will show textfield ...
0
votes
5answers
51 views
show hide element on mouse hover
I'm trying to show/hide span tag on mouse hover of another element
<li class="requirement" id="requirement_1">
<h3><a href="#">REQ 2 - QWERTY</a></h3>
<span ...
0
votes
2answers
41 views
Hover any link then hide certain div
I summarize my issue: http://jsfiddle.net/marciano/BSzAn/
I have some links
<a href="">Some text 1</a>
<a href="">Some text 2</a>
<a href="">Some text 3</a>
<a ...
2
votes
1answer
101 views
jQuery fadeIn() should only show one div, is showing multiple divs
UPDATE: Here's the Link
http://15four.com/interactiveVideo/
OK, I am working on a project that is basically a "choose your own adventure" style video situation. The way it works is thus:
Play a ...
0
votes
5answers
48 views
how to hide secondary divs on page load in jquery
Here is the fiddle:http://jsfiddle.net/timlcooley/LrqT7/3/
I got my code to do what what i want it to do, but on page load I can't figure out how to hide the second and third div in the sequence. It ...
0
votes
3answers
112 views
show hide list items with radio button selection
I would like to show/hide list items depending on the radio button selected. i have 3 buttons, each should reveal a different set of fields (inside list items). for some reason, only the last one ...
0
votes
0answers
124 views
Checkbox that controlls show/hide of a button and enable/disable of textboxes
I want to have a CheckBox show/hide an "OK" button and have the same CheckBox enable/disable TextBoxes. I made a template to load user information in a DataGrid. The first cell of my DataGrid ...
0
votes
1answer
44 views
Error message not showing and hiding depending on if else statement
I have a function that loops through all of the inputs of my form and checks if they are filled or not. If the field is blank, it makes that specific input pink and returns false.
I'm trying to add a ...
0
votes
2answers
36 views
jQuery click images to show next ones
I am attempting to display 8 images, all hidden on page load by css except the first one. When you click the first one, it should hide that one and display the next one. So on and so forth.
I've got ...
0
votes
1answer
15 views
How to hide a model charfield in a template?
can anyone tell me how to hide a model charfield in a template.
i tried many examples but those works on just regular input textbox. i am using crispy forms and i need to hide or show the text box on ...
0
votes
1answer
29 views
CSS Unchecked tab function problems
Ok so i'm creating a side column widget thing :S and its controlled with a Checkbox function. The Tab Div that is displayed is being placed in an absolute state to cover over the info underneath. I ...
0
votes
0answers
34 views
JQuery Show/Hide causes page re-size errors
Let me first describe what I'm trying to accomplish then explain the bug/error/problem.
I am trying to accomplish putting 3 pages on one page. My boss has decided that he wanted a presentation for a ...
0
votes
2answers
59 views
Shipping address same as Billing
I have a form, the Shipping address needs to be hidden, when you uncheck the checkbox (Same Shipping address as Billing address) the shippingaddress fields gets visible. Also the billing address needs ...
0
votes
2answers
73 views
show/hide div is opening all divs when button is clicked instead of just one
I'm trying to use the show/hide on a div with buttons but it's opening all divs at once when the button is clicked here's the page i'm trying it out on http://starsQA.com/jen-lilley-interviews
here's ...
0
votes
0answers
18 views
showHideLayers working in Firefox, but not in IE
Please make sure to view my edit at the bottom
On my site, I have a representation of a Notepad with four tabs on it and the tabs are links to other parts of the site. When the user highlights a tab, ...
0
votes
2answers
93 views
How to show/hide jQuery mobile header with two finger tap?
I'm making a webapp using phonegap and jquery mobile, and I'm trying to have it where if you tap anywhere on the screen with two fingers, the header with show and hide.
I have a header div on every ...
0
votes
1answer
132 views
Use jQuery to hide bootstrap div that is visible-phone?
It seems that using responsive tags like visible-phone with bootstrap disables the jquery function of hide and show. I'm attempting to hide a div on document ready that can only be seen on phones ...
0
votes
2answers
36 views
hide only textbox datepickers (not div datepickers)
I came across a situation where I want to hide only datepickers attached to input type="text" and not divs.
How can this be done?
-5
votes
3answers
77 views
How do I show a div with a form only if a button is clicked?
I have a table inside a div that contains a form for the user to fill out. Above the div is a button that says "Customer info". I want to show the form only if the customer wants to fill out the ...
0
votes
1answer
57 views
Hide div for Safari browser in wordpress and display another div on page load instead
I have 2 galleries, one is a deepzoom composite from microsoft and the other a wordpress short code calling the gallery from the database. Each gallery is in its own div. I need to have the safari ...








