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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:27:58+00:00 2026-06-06T21:27:58+00:00

I have a bunch of div elements, all with a specific id. Inside these

  • 0

I have a bunch of div elements, all with a specific id. Inside these divs are also divs. Now, if I add an onclick listener to the outermost element, it’s not returning its id. Maybe an example can explain better:

<div id="id1"><div id="bla1"></div></div>
<div id="id2"><div id="bla2"></div></div>
<div id="idn"><div id="blan"></div></div>

document.getElementById("id1").onclick = displayId;
document.getElementById("id2").onclick = displayId;
document.getElementById("idn").onclick = displayId;

function displayId(evt) {
    console.log(evt.target.id);
}

If I click on one of the divs now it displays the id of the inner div.
How can I get this to alyways display the id of the outer dviv?

NOTE: The inside div is the same size as the outer.

  • 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-06T21:27:59+00:00Added an answer on June 6, 2026 at 9:27 pm

    Use this instead of evt.target to refer to the element to which the handler is bound.

    function displayId(evt) {
        console.log(this.id);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bunch of divs that are all hidden like this <div class=elements>
For example, I have a bunch of elements inside a #dialogbox div, can I
So, I have bunch of elements inside parent elements: <div class=copyFrom> <div class=copyThese>copyThese1</div> </div>
week DKK id=radio2 value=75 /> I have bunch of these div entry generated by
I have a bunch of elements like the following: <div class=droppableP id=s-NSW style=width:78px; height:63px;
So I have a bunch of tabs that are all inside of a list
I have a bunch of elements that look like <div id=username-2343></div> I need to
I have a bunch of elements that look like.. <div id=hi> <div class=head> </div>
I have a <div> with a bunch of text in it. This <div> also
I have a parent div called main. It has a bunch of child divs

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.