Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7494793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T17:46:50+00:00 2026-05-29T17:46:50+00:00

i have this simple example here : http://jsfiddle.net/pTyvc/1/ i don’t want the sub_menu div

  • 0

i have this simple example here :
http://jsfiddle.net/pTyvc/1/
i don’t want the sub_menu div to slideUp if mouse is over it any help ? thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T17:46:52+00:00Added an answer on May 29, 2026 at 5:46 pm

    You’ll have to use mouseover because mouseenter is not fired when you move from a child element to the parent element.

    Also, when you mouseover a sub menu, you’ll have to .stop() the animation to keep it from sliding up. The same applies for moving the mouse from the sub menu to the parent element.

    http://jsfiddle.net/pTyvc/25/

    $(".menu_item").mouseover(function(){
        $(this).addClass("selected")
            .children().stop().slideDown(500);
    });
    
    $(".menu_item").mouseout(function(e){
        $(this).removeClass("selected")
            .children(".sub_menu").slideUp(500);
    });
    
    $(".sub_menu").mouseover(function() {
        $(this).stop();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple script that closes a DIV. An example is here: http://jsfiddle.net/22fTm/3/
Here is a very simple example of what I have: http://jsfiddle.net/MxKLU/ Click on the
i have a fairly simple dropdown I build. Here is the live example: http://jsfiddle.net/K8VtB/
I have an example: http://jsfiddle.net/kamaci/uVQZc/3/ When I animate bigger blue div, I want to
Have a look a this simple example. I don't quite understand why o1 prints
Have a look at this very simple example WPF program: <Window x:Class=WpfApplication1.Window1 xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml
Take a very simple case as an example, say I have this URL: http://www.example.com/65167.html
I have this extremely simple splash page here: http://iph0wnz.com It has the main graphic
Here is a js fiddle of my example output: http://jsfiddle.net/Hdzv8/ and below is the
Here's the jfiddle for what I'm trying to achieve: http://jsfiddle.net/fmvmA/ I have two issues

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.