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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T19:53:17+00:00 2026-06-08T19:53:17+00:00

The reason why I want a <div> to highlight your choice is because the

  • 0

The reason why I want a <div> to highlight your choice is because the effect needs to be on many types of elements.

What I want to happen is that the highlight div will be ignored completely by mouse events.

The only way to do this as far as I know is by using trigger().

$('#hover').mouseenter(function(){
    // that refers to the element below it.
    $(that).trigger('mouseenter');
});

However, the hover highlight div itself gets activated by a mouseenter as well:

$('.item').bind('mouseenter.hover', function() {
    hoverEffect(this);      
})

Here is a jsfiddle.

How do I trigger all mouseenter events except for mouseenter.hover?

Or, how do I make a div being completely ignored by all mouse events? So it would just listen to the one below it.

Thank you for your time.

  • 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-08T19:53:18+00:00Added an answer on June 8, 2026 at 7:53 pm

    You can try to use the Pointer-Events css property like so:

    #hover{
       pointer-events: none;
    }
    

    This will teach #hover to ignore the mouse events, and propagate them through itself, to the underlying element.

    This has issues in some browsers, and might have unexpected side-effects. please use responsibly and after consulting the documentation.

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

Sidebar

Related Questions

The reason I want to sign the dll is because I want to add
The reason I want this is so that when the overlay shows a WHITE
I have a Div and what I want to happen, is when you hover
I have a simple splash page that I want to fadeIn a single div.
I have a div that I want to 'smart scroll' up and down with
I have a div that I want to appear on top of some UI
For some reason the DIV I want to animated is animating from the top
So I want use multiple div tags that use webkit borders but for some
I want to set div alignment to center using javascript. The reason using javascript
for some reason I want to check how the deadlock occurred in web application

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.