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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T05:11:03+00:00 2026-06-09T05:11:03+00:00

How do I unbind or disable the mouse over after it’s being hovered out

  • 0

How do I unbind or disable the mouse over after it’s being hovered out then re-enable if the other box is faded out.

I tried the unbind, but seems that its not working, it just disables the whole thing.

I even tried a timeout but that is not working into my advantage.

Any help would be appreciated.

$("#shopping_basket").mouseover(function() { 
            // set a timeout so that this event will not trigger twice when mouseover from the bottom
            setTimeout(function() {
                /*$("#shopping_basket").unbind(mouseover);*/
                $("#miniBasketDetails").fadeIn(500);
            },500);
            });     
        $("#miniBasketDetails").mouseleave(function() { $("#miniBasketDetails").fadeOut(500); });
  • 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-09T05:11:04+00:00Added an answer on June 9, 2026 at 5:11 am

    Just a guess try something like this:

    $("#shopping_basket").bind('mouseover', function() {
      setTimeout(function() {
        $("#shopping_basket").unbind('mouseover');
        $("#miniBasketDetails").fadeIn(500);
      }, 500);
    
     //Re-enable as needed: $("#shopping_basket").bind('mouseover', function(){});
    });
    

    This code is not tested, but should work.

    I think your problem was that you passed mouseover into .unbind() as a variable, not a string. This is why the “whole thing” was disabled, because JavaScript was looking for a variable named mouseover, which was not defined, and caused your code to break. Try it like this: .unbind('mouseover').

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

Sidebar

Related Questions

How can I remove the 'unbind' after using it? I need to enable back
Is it possible to disable standard action being performed while clicking radio button? (without
I want to disable the jQuery event if a Text box is in focus.
I just want to enable / disable onclick and href on elements (a or
bind multiple events, then unbind a couple of them? is this right? basically when
I disabled the click event of image using unbind method. But I don't know
Is it possible to unbind an object from an SQLAlchemy session? I used to
How do I unbind hover in jQuery? This does not work: $(this).unbind('hover');
When android unbind a service I created (service.MyService), I see the following DeadObjectException. Can
I want to unbind my sln file from TFS server and publish it on

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.