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

  • Home
  • SEARCH
  • 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 5997467
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:16:05+00:00 2026-05-23T00:16:05+00:00

I have probably simple question: /the code: http://jsfiddle.net/FZufj/8/ / I have a simple code

  • 0

I have probably simple question: /the code: http://jsfiddle.net/FZufj/8/ /

I have a simple code for a fading menu.

I want the menu to fade after mouse over on both the menu and the ‘menu button’
That isn’t hard but I have no idea how to disable the fade effect when mouse moves from menu to menu button

I want the menu to fadeout after mouse is moved from menu.

Hope You can understand
I am real noobie in jQuery.

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-23T00:16:06+00:00Added an answer on May 23, 2026 at 12:16 am

    you should use the .stop(true,false) to stop the current animation.

    Here’s a working version of the code. (removed the double code by using 1 selector to select both the .menu and the .button

    $(document).ready(function() { // This sets the opacity of the thumbs to fade down to 60% when the page loads
        $(".menu").fadeTo(600, 0.01);
    
        $(".menu, .button").hover(function() {
            $(".menu").stop(true,false).fadeTo("slow", 1.0); // This sets the opacity to 100% on hover
        },  function() {
            $(".menu").stop(true,false).fadeTo("slow", 0.01); // This sets the opacity back to 60% on mouseout
        });
    });
    

    I’ve also updated your example here: http://jsfiddle.net/FZufj/19/

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

Sidebar

Related Questions

I have a language-agnostic question about an algorithm. This comes from a (probably simple)
Probably a long question for a simple solution, but here goes... I have a
There is probably is simple fix for this but I currently have code similar
My question is probably a simple one to people used to ASP.NET, So here
I have a fairly simple question I'm guessing. I have the following code at
This is probably a very simple question. I am new to Rails and have
This is probably a simple question. I have a database that I'm using to
This is probably a simple answer but I can't find it. I have a
This probably has a simple answer, but I must not have had enough coffee
This is probably a really stupid MSBuild question but if I have <ItemGroup> <Dll

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.