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 8195645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:12:29+00:00 2026-06-07T05:12:29+00:00

I have a jquery dropdown menu it works great. Only there is 1 problem

  • 0

I have a jquery dropdown menu it works great.
Only there is 1 problem it slides 2 elements but i only want to dropdown the element i hover.

Link to the website: HERE

Jquery

$(document).ready(function () { 

        $('.sub_menu').hide(); //hiding the element

        $('.trigger').mouseenter(function() {
            $('.sub_menu').slideDown(350); 
        }).mouseleave(function() {
            $('.sub_menu').slideUp(350); 
        });   
});

HTML

<div id="nav">
            <ul class="main_menu">
                <li><a href="#">Home</a></li>
                <li class="trigger">
                    <a href="#">Hypotheken</a>
                    <ul class="sub_menu">
                        <li><a href="#">Hypotheekvormen</a></li>
                        <li><a href="#">Hyporheek rente</a></li>
                        <li><a href="#">Nationale hypotheek garantie</a></li>   
                    </ul>
                    <div class="clear"></div>                       
                </li>
                <li><a href="#">Verzekeringen</a></li>
                <li class="trigger">
                    <a href="#">Downloads</a>
                    <ul class="sub_menu">
                        <li><a href="#">Hypotheekvormen</a></li>
                        <li><a href="#">Hyporheek rente</a></li>
                        <li><a href="#">Nationale hypotheek garantie</a></li>   
                    </ul>
                </li>
                <li><a href="#">Contact</a></li>
            </ul>
        </div><!-- nav -->
  • 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-06-07T05:12:31+00:00Added an answer on June 7, 2026 at 5:12 am

    Try this

    $(document).ready(function () { 
    
            $('.sub_menu').hide(); //hiding the element
    
            $('.trigger').mouseenter(function() {
                $(this).children('.sub_menu').slideDown(350); 
            }).mouseleave(function() {
                $(this).children('.sub_menu').slideUp(350); 
            });   
    });
    

    In your code when you move the mouse over a menu item ALL the elements with class .sub_menu get selected and animated. But you need only the child of the current one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple dropdown menu that works nicely but is there a way
I have created a dropdown menu with jquery: here Everything is ok but in
I have got a drop down menu which works fine but i want to
I'm using jQuery to create a simple, but large dropdown menu. I have some
I have built a dropdown menu system, everything works when tested independently, the problem
I want to make a dropdown menu using jquery, but it closes even it
I have a jQuery dropdown menu on the same page as a jQuery search
I have a drop down menu made with Jquery. Right now, if you hover
I have created a drop down menu using JQuery but when I test it
I have a dropdown menu that works via #id ul li ul { display:

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.