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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:43:46+00:00 2026-05-20T01:43:46+00:00

THE hoverintent plugin is the opposite of what I need. I have a .popup

  • 0

THE hoverintent plugin is the opposite of what I need.
I have a .popup that is triggered by .trigger, when i hover off of it, i want .popup to NOT fadeout for a few seconds, but if I hover off, then hover on again, cancel the fadeout that was going to happen and keep the .popup open.

Does anyone know how I would do this?

This DOESN’T work, but it was an idea:

 $('.trigger').hover(function(){
        $('.popup').fadeIn(600)
    }, function() {
        $('.popup').delay(2000, function(){
            if ($(this).blur() = true) {
                $('.popup').fadeOut(600)
            }
        });
    })
  • 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-20T01:43:46+00:00Added an answer on May 20, 2026 at 1:43 am

    the jQuery HoverIntent plugin is exactly what your looking for.

    The timeout property will set the amount of time the mouse needs to be OUT of the area before the out function is called.

    Quote from the hover intent website:

    timeout:
    A simple delay, in milliseconds, before the “out” function is called. If the user mouses back over the element before the timeout has expired the “out” function will not be called (nor will the “over” function be called). This is primarily to protect against sloppy/human mousing trajectories that temporarily (and unintentionally) take the user off of the target element… giving them time to return. Default timeout: 0

    To set it up…

    $('.trigger').hoverIntent({
         over: startHover,
         out: endHover,
         timeout: 2000
    });
    

    Then define the functions to handle over and out

     function startHover(e){
        //your logic here
        $('.popup').fadeIn(600)
     }
    
     function endHover(){
         //your logic here
         $('.popup').fadeOut(600)
     }
    

    EDIT:

    You can also adjust the interval property to increase/decrease the amount of time for the startHover function to fire…the default is set to 100 milliseconds…you can set it to zero to fire off the popup as soon as the mouse enters the trigger area if youd like.

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

Sidebar

Related Questions

I have an html link that has uses hover() (well, the hoverIntent plugin...but same
I'm using the hoverIntent jQuery plugin in place of jQuery's hover() method. I want
I am writing a simple GreaseMonkey script that has a jQuery plugin called hoverIntent
I have been trying to figure out this hoverintent plugin and its stumping me.
I want to use the hover feature of cluetip jquery plugin . I am
I am using Hover indent plugin, This have only one function to combine mouse
Hi guys I have put together a simple dropdown menu system that uses hoverIntent
so I have a drop down navigation that appears on hover and I'm trying
I have to disable the use of hoverintent plugin, however I have no control
I'm using the hoverIntent Jquery plugin and I have a question regarding callback functions.

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.