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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:02:47+00:00 2026-05-11T22:02:47+00:00

I want to use jQuery’s great live functionality for a mouseenter event, but it’s

  • 0

I want to use jQuery’s great live functionality for a mouseenter event, but it’s currently unsupported. Below is my first go at a solution, but it doesn’t seem optimal. Suggestions? Improvements?

// mouseenter emulation
jQuery('.selector').live('mouseover',function (e) {
    // live sees all mouseover events within the selector
    // only concerned about events where the selector is the target
    if (this != e.target) return; 
    // examine relatedTarget's parents to see if target is a parent. 
    // if target is a parent, we're "leaving" not entering
    var entering = true;
    jQuery(e.relatedTarget).parents().each(function () {
            if (this == e.target) {
                entering = false;
                return false; // found; stop searching
            }
    });
    if (!entering) return;
    /*
     the rest of my code 
     */
});

I can’t check target’s children for relatedTarget b/c there’s not an easy way to get all child nodes.
I can’t check directly if target’s parents have relatedTarget as a parent and thus “entering” target, b/c for mouseover, it could be entering from an adjacent sibling and not a parent.

This solution works ok. I’ve tested it, and it seems fine, but how could I improve it? It also suffers from how the DOM is laid out. Some part of the selector elements must be exposed to see the mouseover event, but that’s rarely a problem in the examples that I’m trying this on. Still, if there’s a way to guarantee that it will be seen, that would be nice.

I guess I want to know if I’m approaching this right, and if not, what’s better?

  • 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-11T22:02:47+00:00Added an answer on May 11, 2026 at 10:02 pm

    It’s been a while now with no takers, so I’m assuming there’s nothing better.

    I’m using this in a couple projects now, so I’ll take it out of the unanswered questions pile.

    Hope others find it useful, and if you find a bug or come up with something better, let me know.

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

Sidebar

Ask A Question

Stats

  • Questions 121k
  • Answers 121k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Are the messages alway of the same format/order? Ie. 12bitsInt|8bitsChar|etc.… May 12, 2026 at 12:22 am
  • Editorial Team
    Editorial Team added an answer Figured it out. I needed to modify the way I… May 12, 2026 at 12:22 am
  • Editorial Team
    Editorial Team added an answer return is a "structured" goto which many programmers find more… May 12, 2026 at 12:22 am

Related Questions

Is it possible to replace javascript w/ HTML if JavaScript is not enabled on
I want to use jQuery with a GridView which contains textboxes, but I'm stuck
I want to use jquery-ui widgets and so I am including jquery.ui.js. Would I
I want to use jQuery in an add on JS library that can be
I want to use jQuery to detect clicks on a bunch of radio buttons.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.