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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:32:19+00:00 2026-06-02T17:32:19+00:00

I am using Hover indent plugin, This have only one function to combine mouse

  • 0

I am using Hover indent plugin, This have only one function to combine mouse hover and mouse leave

Code1:

$("#tab").hoverIntent({
over: show, 
timeout: 20, 
out: hide
});
function show(){
$(".part").show();
}
function hide(){
$(".part").hide();
}

need write mouse leave function for .part, so made like this

Code2:

$("#tab").hoverIntent({
over: show, 
timeout: 20, 
out: hide
});
function show(){
$(".part").show();
}
$(".part").hoverIntent({
over: show, 
timeout: 20, 
out: hide
});
function hide(){
$(".part").show();
}    

but it seems error… how to fix this?

  • 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-02T17:32:20+00:00Added an answer on June 2, 2026 at 5:32 pm

    You can’t remove any functions, because in hoverintent() the both show() and ehide() functions are used, make that function with empty like this

    $("#tab").hoverIntent({
         over: show, 
         timeout: 20, 
         out: hide
    });
    function show(){
       $(".part").show();
    }
    function hide(){
    }
    
    $(".part").hoverIntent({
       over: show1, 
       timeout: 20, 
       out: hide1
    });
    function show1(){
    }
    function hide1(){
        $(".part").hide();
    }
    

    you must use different function names each show(),hide(),show1(),hide1() like this… try this

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

Sidebar

Related Questions

I have just using the jquery hover : $.each(navItems, function(i){ $(navItems[i]).hover(function(){ $(this).find('ul:first').css({visibility: visible,display: none}).show();
I have been trying to figure out this hoverintent plugin and its stumping me.
I am using jQuery hoverIntent plugin like this: $('#box').hoverIntent({ over:function_a, out:function_b, interval:0 }); However
I'm using the hoverIntent jQuery plugin in place of jQuery's hover() method. I want
I'm using the hoverIntent Jquery plugin and I have a question regarding callback functions.
Trying to move some divs using hover, this is my markup: <div class=item dark-grey>
I have an event handler bound to the hover event using the .hover method,
I'm using this for my link-hover-transition-effect: -webkit-transition: color 250ms ease-in 0; -moz-transition: color 250ms
I have a tooltip being used on hover from a tr. I am using
Is it possible play song on mouse hover using javascript? If yes then how

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.