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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:38:12+00:00 2026-05-27T14:38:12+00:00

I want a jquery menu like this link the menu in link is in

  • 0

I want a jquery menu like this link

the menu in link is in Flash format

Flash Menu

when i hover on parent menu with mouse all sub menus will open


I think now this is the correct answer

<div class="hoverMenuItem" id="item1">
    Menu Item</div>
<div class="hoverMenuItem" id="item2">
    Menu Item</div>
<div class="hoverMenu" style="display: none; position: absolute;">
    <!--menu laid out-->
</div>
<div class="hoverMenu" style="display: none; position: absolute;">
    <!--menu laid out-->
</div>

    <script type="text/javascript">
    $(document).ready(function () {
        $('.hoverMenuItem').mouseover(function () {
            //var id = $(this).attr("id");
            //var itemNum = id.substring(4);
            //$('#menu' + itemNum).slideDown(250);
            $('.hoverMenu').slideDown(250);
        });
        $('.hoverMenuItem').mouseout(function () {
            //var id = $(this).attr("id");
            //var itemNum = id.substring(4);
            //$('#menu' + itemNum).slideUp(250);
            $('.hoverMenu').slideUp(250);
        });
    });
</script>

but there is a problem

in this way how can we Determine childs for each parent ?

  • 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-27T14:38:13+00:00Added an answer on May 27, 2026 at 2:38 pm

    Alright, here’s a final answer (Sorry it took so long).

    http://jsfiddle.net/htBPp/6/

    I redesigned my approach, and used the .hover function on the wrapper div (menuSection). This worked perfectly. So, there you are.

    /* Old stuff, preserved for posterity

    EDIT- This is the new approach.

    This is where I’m at so far- it’s pretty close. If you go back up to the menu items, it’ll hide and then show the menu… you’ll have to get clever to solve that.

    http://jsfiddle.net/htBPp/4/

    EDIT- This is my first shot at the answer.

    <div class="hoverMenuItem" id="item1">Menu Item</div>
    <div class="hoverMenu" id="menu1" style="display:none; position:absolute;"><!--menu laid out--></div>
    
    <script type="text/javascript">
        $('.hoverMenuItem').mouseover(function(){
             var id=$(this).attr("id");
             var itemNum=id.substring(3);
             $('#menu'+itemNum).slideDown(250);
        });
        $('.hoverMenuItem').mouseout(function(){
             var id=$(this).attr("id");
             var itemNum=id.substring(3);
             $('#menu'+itemNum).slideUp(250);
        });
    </script>
    

    Something very similar to this will pretty much do it. You will have to figure out how to avoid triggering the mouseout event when you go onto the menu, though (probably add the menu as a child element of the menu item).

    EDIT:
    So, starting from there, this is a quick and dirty fiddle.

    http://jsfiddle.net/htBPp/

    Inside the menu, you can setup the layout however you want and line it up with the items above.

    */

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

Sidebar

Related Questions

I want to make a dropdown menu like delicious has at this http://delicious.com/search?context=all&p=sql&lc=1 page.
I want to make a similar navigation menu like what m.facebook.com did. but this,
I want to make a scrolling menu just like this site : http://www.dsebd.org/ ,
I don't want to use jQuery, but I'd like to use Ajax to do
I already started this in javascript so I don't want to use jquery but
I have a menu like this: <ul id=menu> <li><a href=#home_slider id=home>Home</a></li> <li><a href=#portfolio_slider id=portfolio>Potfolio</a></li>
I have a menu in jQuery when you click on a link it opens
My markup looks like this: <ul class=menu collapsible> <li class='expand sectionTitle home'> <a class='clicker'
I want to create a site which in the menu will contain links, probably
Here my story: I want something like the new facebook menu on the left

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.