Skip to main content

All Questions

Tagged with
0 votes
0 answers
522 views

After "go to previous page" checkbox remains checked, but won't be detected by jquery

I have an array of checkboxes which can be used in a sort of calendar app. Whenever the checkbox gets checked, a label should become visible. My HTML looks something like this: <script src="...
Kiiiieeeeuuuw's user avatar
0 votes
2 answers
1k views

ID selector with JavaScript & JQuery not working with show or visible style

My essential problem is that I am trying to select individual ID elements - either with JQuery or vanilla JavaScript - and show them at different time points, like an online powerpoint show of results....
chris's user avatar
  • 11
0 votes
1 answer
27 views

Divs All Visible at Page Opening (despite of jquery, show div on radio button click)

Im trying to do; show divs when click on check-box radio button. I made it with jquery but when you load page all my divs are visible. You have to click my first check-box radio button to make other ...
Sercan Demirtaş's user avatar
1 vote
4 answers
70 views

Toggling HTML visibility using CSS and jQuery

Ok so I have a div that contains a canvas and a span which contains an image. I want it such that if the user hovers over or focuses on the div that the image inside of the span will appear. The image ...
RudolphRedNose's user avatar
-1 votes
3 answers
660 views

Changing DIV visibility using javascript and a different image than was initially visible. Not using buttons

I've tried to keep this relatively simple and I've spent the past 6 hours trying to get this work so if someone could correct me that'd be amazing. Desired Behaviour: Clicking image 1 should make it ...
codingpassion's user avatar
0 votes
3 answers
2k views

Unable to change visibility of a div in asp.net C#

I have a div that displays loading symbol. I am setting visibility on change of a dropdown box. I want to set its visibility to false in C# after the SelectedIndexChanged method is complete. Here is ...
Ishan's user avatar
  • 4,008
1 vote
4 answers
88 views

PHP to JQuery code conversion [If else]

How can I do it on JQuery? When I click hide, the element will be hidden, same goes for show, the element will be shown. How am I going to do it? Thanks! <form method="POST"> <button type="...
Fawkes's user avatar
  • 37
2 votes
3 answers
12k views

Set div to hidden, then visible after time delay

I'm trying to have a yellow square appear on a black background after X amount of time (perhaps even after a random amount of time, but for now let's just do fixed time). function initialSetup() {...
Kalif Vaughn's user avatar
0 votes
2 answers
630 views

Hidden DOM element containing the message and to make it visible

I need to show message "Please wait Processing" on click of Submit button using a hidden DOM element which contains the message and make it visible, but the message is not showing. My html for the ...
TestAnalyst's user avatar
0 votes
2 answers
53 views

Toggle a bunch of divs also changing the link

I have a bunch of divs, identified with an ID starting with a string (kind = "brand"). I want to toggle the visibility of the divs by clicking an href inside an span. I want the text of this link to ...
Cesar's user avatar
  • 524
-3 votes
3 answers
195 views

Issues with simple jQuery Visibility toggle

Can't figure out why this isn't working... HTML <button id="new_user">+ Create a New User</button> <div id="create_user" style="visibility:hidden">Test</div> jQuery $('#...
Nicole's user avatar
  • 115
2 votes
4 answers
84 views

How to Hide HTML list with jQuery and rise the following inputs?

HI guys this is my Html code : <ul id="var_language_short"> <li id="languages_more"><label class="form_present_trigger">More</label></li> </ul> <div id="...
Dev pro's user avatar
  • 630
0 votes
0 answers
102 views

How to I sort child divs in a parent div by both visibility and id?

I'm working with a configurator that shows and hides divs. It shows 4 tiled answers in a fluid row. In my scenario I'm dealing with boats. If filter my boat list by length. The divs that hide still ...
redkar01's user avatar
11 votes
5 answers
32k views

How to animate "visibility: hidden"?

here is my problem... Can you help me please? $(".button").hover(function(){ $('.class').css({opacity: 1.0, visibility: "hidden"}).animate({opacity: 0}, 1200); },function(){ $('.class').css({...
Ondřej Moldan's user avatar
1 vote
1 answer
399 views

How to use jQuery to change css div visibility on checkbox input?

I'm trying to change the visibility of a div based on a jQuery .click of a checkbox input. I've been working on fixing an issue with a Full Screen CSS Nav. This is the modified CodePen: http://...
T3D's user avatar
  • 11

15 30 50 per page