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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T13:28:35+00:00 2026-05-29T13:28:35+00:00

http://jsfiddle.net/GNQyt/ Hover over green box, then move mouse to child list. Suddenly starts blinking

  • 0

http://jsfiddle.net/GNQyt/

Hover over green box, then move mouse to child list. Suddenly starts blinking like mad, anyway to prevent this but maintain the hover still over child?

*edited afterward

  • 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-29T13:28:35+00:00Added an answer on May 29, 2026 at 1:28 pm

    Here is your working code http://jsfiddle.net/GNQyt/18
    I used the delay method. You have 1000ms once you leave the .icn to reach the ul. If you hit the ul in the desired time, the request for fading it out gets removed.

    $('.icn').on({
        mouseenter: function() {
    
            clearTimeout($(this).data('timeoutId'));
    
            $(this).children('ul').show('fast');
        },
        mouseleave: function() {
    
            var self = this;
    
            var timeoutId = setTimeout(function() {
                $(self).children('ul').hide('fast');
            }, 1000);
    
            $(self).data('timeoutId', timeoutId); 
        }
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://jsfiddle.net/caMvN/1/ when you hover over the green area, it is supposed to show two
http://jsfiddle.net/h2vMN/1/ I have a text box text inside it already, in the actual application
http://jsfiddle.net/zUAQC/11/ In this sample, In javascipt box's sampleDiv,I add the next input checkbox .
http://jsfiddle.net/QKJfW/ I want the cursor to remain the cursor:move; cursor even when clicking and
http://jsfiddle.net/RedKnight91/Z6Ueu/4/ Hi! Look at that last menu (on the bottom). When you hover on
http://jsfiddle.net/nicktheandroid/6BAfH/1/ The list-elements are sorted accordingly by the number in their span. Why is
http://jsfiddle.net/nicktheandroid/QhL2M/ (type bye into the input box) Purpose of the script: Each li contains
http://jsfiddle.net/bSnaG/ In my mind the above example should look like a grey box with
http://jsfiddle.net/Greg_J/R5ZHk/ I'm appending a div to a container and then animating the height. The
http://jsfiddle.net/V7BJM/ The text in the box is going to be dynamic depending on who

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.