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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:11:47+00:00 2026-06-14T08:11:47+00:00

There used to be: $(#element).parent().click(function() { alert(smth); }); What’s the equivalent of this with

  • 0

There used to be:

$("#element").parent().click(function() { alert("smth"); });

What’s the equivalent of this with new jQuery event delegation on ?

$(document).on("click", "how to select #element parent here?", function() { alert("smth"); });

UPDATE:
Actual code (although I don’t see what this could change)

$(document).on("mouseover", ":has(>.hoverPhone)", function() {
    alert("smth");
});

“#hoverPhone” is a span in cells of one of the columns of jquery data table.

<tr class="odd">
    <td class=" sorting_1">05/11/2012</td>
    <td class="">Surname</td>
    <td class="">
        <span class="hoverPhone" title="Alternative No: 0123456789">9876543210</span>
    </td>
    <td class="">DIGITAL CAMERA</td>
    <td class="">6140</td>
    <td class="">CAMTRONICS</td>
    <td class="">clarify</td>
</tr>

This still doesn’t work by the way.

UPDATE 2: Seems to be working. Personal comment, however… “:has(>.element)” really, jQuery? What’s next? This is getting more and more confusing.

  • 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-14T08:11:48+00:00Added an answer on June 14, 2026 at 8:11 am

    The simplest I have :

    $(document).on("click", ":has(>#element)", function(){...
    

    Demonstration

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

Sidebar

Related Questions

Possible Duplicate: jquery on vs click methods I understand that $(parent).on('click', 'element', function(){ ...
I used this function to animate the parent element of the link: $(.user-review-toggle).toggle(function(){ $(this).css(backgroundPosition,
Is there a simple way to style element like this? Supposed to be used
I'm sure there used to be a plugin for this kinda stuff, but now
Is anyone out there used Rapidminer for sentiment analysis... Is this a right combination???
I was reading this answer and trying to copy the method used there, but
I’ve got a function that appends a <div> to an element on click. The
I have used font-size: 0; on the parent element and that's how I got
Possible Duplicate: How to select an element by class inside “this” in Jquery I'm
Is there a way to prevent empty elements of the form <myElement/> being used

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.