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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T15:42:49+00:00 2026-06-15T15:42:49+00:00

How can I delay the hover showing the preview div? function showPreview() { $(this).closest(‘li’).find(‘.preview’).show();

  • 0

How can I delay the hover showing the “preview” div?

function showPreview() {
    $(this).closest('li').find('.preview').show();
}
function hidePreview() {
    $(this).closest('li').find('.preview').hide();
}
$(document).ready(function() {
   // $(".imageGalleryAlbum li a img").hover(showPreview,hidePreview); // Option A
   // $(".imageGalleryAlbum li a img").hoverIntent(showPreview,hidePreview); // Option B
    $(".imageGalleryAlbum li a img").hoverIntent({ //Option C
        over: showPreview,
        timeout: 1000,
        out: hidePreview
    });
});

I’ve tried using the jQuery.hoverIntent plugin, but with large amounts of images, the timeout is displaying sibling “li” “.preview” divs.

Also the moving the mouse around within the “.imageGalleryAlbum li a img” can cause the “preview” div to show and hide. Which is not the desired effect. Once the “preview” div is displayed it should only hide once the mouse is no longer hovering over the “.imageGalleryAlbum li a img” image.

I’ve created the following demo: http://jsfiddle.net/9msxR/

  • 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-15T15:42:51+00:00Added an answer on June 15, 2026 at 3:42 pm

    You can use delay() on animated methods, and adding a duration to show() will make it animated, even as little as one millisecond, like below, is enough:

    $(this).closest('li').find('.preview').delay(1000).show(1);
    

    FIDDLE

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

Sidebar

Related Questions

This code $(document).ready(function(){ $(.one).hover( function(){ $(.overlay).fadeTo(200,1).show(); }, function(){ $(.overlay).delay(500).fadeTo(200,0); } ); }); overlays a
I can't for the life of me figure out how to delay this hover.
I am having a little trouble with this piece of code $('.tree-item').hover(function() { $('#_'+this.id).fadeIn().delay(500).animate({
I know there is a method like this : setTimeout(functionA();,1250); That can delay my
How can I delay the app loading to show the splash screen for longer?
I can't make the delay function of jQuery works with append function. What is
Can someone help me with this? I have a menu-slider and everytime you hover
I am using delay() in this code but it doesn't work ... $j(function(){ $j(.select-plan
I have this code: $('#label, #btlabel').live('hover',function(){ parent = $(this).parent().attr('id'); position = $(this).parent().position(); positionTop =
I have this snippet: $(document).ready(function(){ $(.sidebar .nav li a.animate).hover(function(){ $(this).animate({textIndent:133}, fast) }, function(){ $(this).animate({textIndent:27},

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.