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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:30:37+00:00 2026-06-13T19:30:37+00:00

I set a event to a wrapper div , but inside this div ,

  • 0

I set a event to a wrapper div, but inside this div, i have some buttons, how can i prevent this wrapper event happen in the buttons ?

html:

<div class="wrapper-alert"> <!-- click here will pop-up -->
   <div class="somethingElse"> <!-- click here will pop-up -->
      Some text            
   </div>
   <div class="this-is-my-action">
      <button class="inside-alert">Inside</button> <!-- click here will NOT pop-up-->
   </div>
   <div class="somethingElseTo"> <!-- click here will pop-up -->
      Some text            
   </div>
</div>​

i made a jsfiddle to be more clear.

so, basicly, if i click in the wrapper-alert some message will pop-up, but if i click in the button other thing will happen, the problem is that the buttons are children from wrapper, so 2 events will fire at once.

i have try something with if (e.target !== this) return; but works only with one children, or some basic structure.

  • 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-13T19:30:39+00:00Added an answer on June 13, 2026 at 7:30 pm

    You can use stopPropagation method.

    Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.

    $(".inside-alert").on("click", function(event){
         event.stopPropagation()
         alert('this is my BUTTON' + event.target); // dont pop-up anything
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a draggable event set up like such: $(ids.label).draggable({ containment: ids.wrapper, revertDuration: 100,
I can set the event on the calendar on my device by using this
I have a TextBox that has the TextChanged event set declaratively. In some cases,
I have a hidden div nested inside a larger div, and set it up
can someone plese clarify how to set width for an html document. i have
I set up event listener, for example: setOnClickListener like this Button stopBtn = (Button)findViewById(R.id.stop);
How can you set the event listener for a Spinner when the selected item
How can I set an event handler (such as keydown ) to entire solution,
In XAML you can do <TabItem Selector.Selected=myEvenHandler></TabItem> to set the event handler for when
I have a div with an id called #wrapper . Next to it I

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.