Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [slidedown]

An effect of showing element with a sliding motion.

slidedown
0 votes
2 answers
102 views

slideUp / slideDown with string

Is there any way to do the slideUp() or slideDown() jquery function by using a string ? For example : $(".myDiv").do("slideUp"); Of course that code doesn't exist, but however it could be great to ...
koesys's user avatar
  • 133
0 votes
1 answer
34 views

Adding an IF statement to jquery

I am trying to add a slidedown effect to display a hidden div when i click an image and when clicking the same image when the div is visible i would like it to slide back up and make the content ...
Zachary's user avatar
1 vote
1 answer
784 views

Slidedown element and slideUp others

I know there're a lot of subject like this, but I didn't find an correct answer. When the document is loaded, I would like all my blocks closed (slideUp). When the user click on a block, the text ...
Emilien's user avatar
  • 2,761
0 votes
1 answer
607 views

jQuery slideUp and slideDown on a div with a fixed position?

I am trying to slide up a header on scroll down and show again on scroll up Can you use jQuery slideUp and slideDown on a div with a fixed position?
Paul Stephen Davis's user avatar
1 vote
1 answer
1k views

Adding slide down to the navbar on hover

I want the content of class=dropdown to be sliding down slowly when hover on class=header__nav-item--drobdownButton (PRODUKT) but I am not sure how to add it to my code in CSS. I tried to add ...
stackmack's user avatar
2 votes
1 answer
720 views

Jquery slideDown() not working as expected

I found a script that will work on my project, but wondering why the slideDown doesnt work as expected. Im just a newbie hoping someone could help,. Thanks! function hideAllCat() { $("#...
Catherine Cheer Uttamchandani's user avatar
0 votes
0 answers
92 views

Jquery Select Box Overlap on expand

I have 2 select Boxes, they are stacked on top of each other, when one expands you can't see the other one behind it as it overlaps. Is there any way I can make the second box move down either using ...
user1673498's user avatar
0 votes
1 answer
215 views

choppy animation on jquery accordion menu submenu

I have a vertical accordion menu with one submenu. When the option with the submenu is clicked the submenu opens but there's a clunkiness to it. Here's a jsfiddle of the code. I would like the ...
rhinorck's user avatar
-1 votes
1 answer
81 views

How to add a lower level submenu at a specific position in a context menu?

Menu example url: https://tympanus.net/codrops/2010/07/16/slide-down-box-menu/ Snapshot:  
Amir Shakeri's user avatar
1 vote
1 answer
243 views

SlideUp/Slidedown - Button is child of closing div and doesn'trigger parent

I have a little slideup, slidedown system. width some fading in it. Everything works fine, except from the slide up function. That does not seem to change the display back to none. Here is a Fiddle: ...
user3799112's user avatar
0 votes
0 answers
185 views

Jquery jerky slideDown on edge and IE but not on JS fiddle?

I spent my whole day on this problem and I have no more hair on my head. Introduction : You will need Microsoft Edge or IE to test this as the bug is only visible on these browsers. This is a ...
Geniom's user avatar
  • 13
1 vote
1 answer
1k views

Scroll to an element within a hidden div after slideDown

There's a hidden DIV (has a specific height) has a lot of selectable icon DIVs, This DIV shown up by slideDown jQuery function, I want to scroll into the selected nested icon DIV (in the middle of the ...
Hady Shaltout's user avatar
0 votes
2 answers
313 views

slideDown() function behaving oddly

firstly I should say I am fairly new to web development and teaching myself through tutorials and this site etc... I am trying to get videos displayed on this project with a nice smooth slide down (...
Paul's user avatar
  • 1,317
0 votes
1 answer
333 views

Jquery slideUp() slideDown() jump glitch, WordPress

I'm using jquery (v2.2.4) slideUp() and slideDown() to show/hide a <details> tag. Inside <details> are 3 divs with different content: one shows recent posts, another recent comments, and ...
liquidRock's user avatar
0 votes
0 answers
185 views

jquery - slideUp() stutters or even skips

I have build in some slideUp()-animations and slideDown()-animations but it stutters and looks like it would even skip the animations. $('#mainDetail').slideUp('slow', function() { $('#...
99Problems's user avatar

15 30 50 per page
1 2 3
4
5
41