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

All Questions

Tagged with
1 vote
0 answers
108 views

jquery slidedown doesn't work after clicking add to cart button

Hi I'm working on an eCommerce site and I have a cart which slidesdown whenever the mouse enter the cart div and slides up when leaving. It works on page load, But after I click on my add to cart ...
OpuLance's user avatar
  • 461
0 votes
2 answers
114 views

jQuery on mouseover and leave

I have the following jQuery, when a list item in my menu is moused over it will find if .sub-menu exists and .slideDown() and on leave it will .slideUp(). My problem is 2 of the submenus are around ...
ngplayground's user avatar
  • 21.3k
1 vote
1 answer
1k views

Jquery .slideUp on Multiple divs with the same class

Hi I am pretty new to jquery and the way to use it properly to apply a function to div, but it shares it's class with multiple div's. What I want is to apply .slideUp() on mouse enter to one at div at ...
user2086702's user avatar
3 votes
3 answers
3k views

Mouseenter and mouseleave with animation

I make a simple mouse enter and mouse leave animation. When you mouse enter the div. Than the links div is going open. When you mouse out, the div is going closed. I set a animation with slideUp and ...
Mike Vierwind's user avatar
0 votes
1 answer
659 views

mouse enter mouse leave slidedown animation error

I have a piece of code for showing a picture that slides up from a div when the mouse enters the div, the code works exactly how i want except it bugs when the mouse hovers in and out too quickly and ...
George's user avatar
  • 23
1 vote
1 answer
422 views

In Firefox 5 jQuery slideDown() starts a chain of animation in the child list items

I created a dropdown menu using jQuery. So when I hover over a button it slides down the menu. Now if I move the mouse out of the menu and bring it back in before it slides up(menu has a lot of items ...
sayayin's user avatar
  • 1,031
0 votes
1 answer
1k views

jquery issue, disable on mouseenter queue

When you mouseenter .li_group class it does a slide down effect on 1 single <li> tag, everything goes smoothly, but during the delay if you take your mouse off and on .li_group it "queues" the ...
jason's user avatar
  • 1,162