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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:00:34+00:00 2026-05-23T11:00:34+00:00

Here is where I am having difficulty: $(‘div.sidebar_content_con’).hover(function () { $(this).children(‘.sidebar_details_container’).slideDown(500, function() { $(this).children(‘.sidebar_details,

  • 0

Here is where I am having difficulty:

$('div.sidebar_content_con').hover(function () {
    $(this).children('.sidebar_details_container').slideDown(500, function() {
        $(this).children('.sidebar_details, .sidebar_click').fadeIn(500);   
    });

},function(){
    $(this).children('.sidebar_details_container').slideUp(500)
    $('.sidebar_details, .sidebar_click').fadeOut(500);                                                 
});

The problem is that multiple hover events can fire while the slideDown and fadeIn animations are occurring. Ideally, only one hover event should be firing and if the user is no longer hovering over the div.sidebar_content_con it should stop the animation right there.

  • 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-23T11:00:35+00:00Added an answer on May 23, 2026 at 11:00 am

    Add in some stop()s

    $('div.sidebar_content_con').hover(function () {
        $(this).children('.sidebar_details_container').stop(true, true).slideDown(500, function() {
            $(this).children('.sidebar_details, .sidebar_click').stop(true, true).fadeIn(500);   
        });
    
    },function(){
        $(this).children('.sidebar_details_container').stop(true, true).slideUp(500)
        $('.sidebar_details, .sidebar_click').stop(true, true).fadeOut(500);                                                 
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having difficulty referencing this from within a javascript inline function, within an object
I'm having difficulty with pages that does not show the updated data immediately Here's
I am having difficulty deploying RIA services/Silverlight 3 to a staging environment. Here is
here is the part if having error. Fatal error: Using $this when not in
Having difficulty checking (checkbox) all nodes by a specific class here is what i
I'm having difficulty understanding what's going on here class AppController extends Controller { ...
I'm having difficulty constructing a non-www to www permanent redirect. Here are the conditions
I am having difficulty subsetting my data by factors in a for loop. Here
I'm having difficulty setting up a simple menu that displays results on a div
I'm having difficulty searching for this. How would I define an element in an

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.