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
1 vote
2 answers
52 views

jquery dialog box slideUp slideDown

I would like to show a dialog box on the right side when we scroll to a certain level of the page and make it disappear when we go back. The problem is that the box appears but disappears immediately. ...
d621's user avatar
  • 35
0 votes
1 answer
578 views

how to make slide up default open with jquery script?

I found this script on stackoverflow, and really helped me. I have tried to make it default open (default slide up), without eliminating slide down. But I did not succeed. Can anyone help me for ...
Abdullah's user avatar
0 votes
1 answer
23 views

Element won't slideDown() on certain width viewport

I'm trying to achieve a footer similar to what https://www.gucci.com/ has, where it becomes an accordion on below 768px and becomes normal block grid on 768px and above. My issue is that every-time ...
Gervin Sean Miranda's user avatar
0 votes
0 answers
130 views

jQuery scroll to specific height then slidedown div

Ok, so I've tried looking at everything on here and many people have suggested adding a width or a height or even using jquery css to hide elements, but nothing is working for me. I am trying to ...
drooh's user avatar
  • 648
0 votes
0 answers
317 views

jQuery hover slide submenu not working when collapsed

I'm trying to create a navigation menu which implements the slideDown/slideUp function on mouseenter/mouseleave to display a submenu. I only want the slidedown/slideup function to run when the menu is ...
Ant20's user avatar
  • 97
0 votes
3 answers
410 views

jQuery help on method slideDown/slideUp can't get it to work

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!DOCTYPE html> <html> <head> <title>YES</title> ...
MVR's user avatar
  • 45
0 votes
0 answers
301 views

use slideUp to show div in jquery

I write this code. but I want when click on my image, div open from bottom to up. this code do Vice versa. but I dont know. $(document).ready(function() { $("img").click(function(event) { ...
Mahdie Rafiei's user avatar
0 votes
0 answers
52 views

Show and remove div animation

I have something like this: $(document).ready(function() { $(".green").slideDown("slow", function(){ }); }); .blue { background-color: blue; height: 20px; display: none; } ...
workhard's user avatar
0 votes
1 answer
192 views

Can't stop propagation on a menu with a slide up effect

I made a menu on a joomla website with a basic menu module. I animate it with a slide up effect and that's okay for now, except one thing on the resize of the window : The effect is repeated numerous ...
laurent's user avatar
-1 votes
2 answers
541 views

jquery slideIn on element is not working

I cant seem to get the jQuery slide in method working. Please have a look at my code below. The other jquery methods are working fine. HTML: <div id="customers-say"> <h1>...
CoderAz's user avatar
  • 89
1 vote
1 answer
449 views

jquery - slideDown each of parent ul

I have a multilevel menu. Each of level is a list with ul-tag. Each point of the menu is li-tag. I want to slide down all of parent uls of the current point of the menu when loading the page. Now I ...
Paul Basenko's user avatar
0 votes
1 answer
632 views

jQuery slideDown/slideUp laggy animation on Android devices

I have problem with jQuery slide animation. I'm trying to make menu which is hiding when user scrolls the page. Here is live example (works only on mobile): $(document).ready(function() { if ...
JohnnyXecutor's user avatar
0 votes
0 answers
338 views

jQuery slideDown() and scroll to offset works on firefox but not on chrome

so i have this function for scrolling to an anchor: function scrolltoancora(id){ var aTag = $("a[name='"+ id +"']"); $('html,body').animate({scrollTop: aTag.offset().top},'slow'); } and then ...
Andrei Zega's user avatar
0 votes
3 answers
1k views

How can I have my text slidedown with jQuery?

Good afternoon, I am trying to create a slideDown effect when the user mouseover a particular div, and then returns back up when the user removes the mouseover the div. Please note the code was ...
Edwin Rafael Castro's user avatar
0 votes
2 answers
2k views

How to make proper jQuery slide down menu ?

Hello friends! I'm having issue with slide down menu when I initially click on button(image) which is <a id="js-cat" class="js-cat"></a> it works, but it slides down and immediately ...
NK Montreal's user avatar

15 30 50 per page
1 2
3
4 5
41