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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T20:07:34+00:00 2026-06-05T20:07:34+00:00

Ive built a little jquery sliding div on my website that when you hover

  • 0

Ive built a little jquery sliding div on my website that when you hover over the tab, the div slides in from the right, and on the mouse leave event, the div slides back out of view. The problem im having however is if you very quickly move your mouse over the tab then off, then over and keep repeating this the div slides in and out repeatedly; Is there anyway I can stop this?

Thanks

$('.pillars-wrapper').mouseenter(function() {
$('.handle').fadeOut();
    $('.tab-wrapper').animate({
    right: '+=175'
})
});

$('.pillars-wrapper').mouseleave(function() {
$('.tab-wrapper').animate({    
    right: '-=175'
});
$('.handle').fadeIn()
});

Heres a fiddle…

http://jsfiddle.net/FXAcP/

  • 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-05T20:07:36+00:00Added an answer on June 5, 2026 at 8:07 pm

    demo http://jsfiddle.net/wVMu6/11/

    Sorry man, for your old post – I replied 2 mins back but realized its deleted,

    Also please note that you have .tab-wrapper as a main container, I thought I will mention if you will get some random css issue.

    Hope this helps, cheers! B-)

    code

     $('.pillars-wrapper').mouseenter(function() {
         $('.handle').fadeOut().stop();
        $('.tab-wrapper').animate({
            right: '+=175px'
        }, "slow").stop(true,true);
    
    }).mouseleave(function() {
    
        $('.tab-wrapper').animate({
            right: '-=175px'
        }, "slow").stop(true,true);
        $('.handle').fadeIn().stop();
    
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting started with JQuery, and I've built a little js function that adds
I've got an little canvas tool I've built that cut up images into little
I have a small template that ive built for the purpose of implementing an
I've built a little WPF utility that watches a serialport and visualises monitoring information
I've built this little script that searches a table in my database, but for
Relevant background info I've built a little software that can be customized via a
I've built a little camera capture daemon which captures a sequence of images from
So, I've built a little site for a client that doesn't seem to have
Thanks to a question previously answered on this website, I've built a little block
I have built a simple rails app with three classes that inherit from ActiveRecord

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.