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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T08:45:17+00:00 2026-06-10T08:45:17+00:00

I have an image and a check box placed inside a div. There are

  • 0

I have an image and a check box placed inside a div.
There are two different events of click in it. One is :

  1. When I click the check-box the check-box should be selected(checked) and the other is
  2. When I click the image a light-box should appear.

What happening is; when I click the image, the light-box appear but when I click the check-box, again the light-box is appearing.

<div class="divWrap">
    <div class="imageWrap">
        <img src="abc.jpg">
        <div id="checkbox">
                <input type="checkbox" value="None" id="checkbox1" name="check1" />
        </div>
    </div>
</div>

I am not able to code it properly in jQuery.
Can anyone help?

  • 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-10T08:45:19+00:00Added an answer on June 10, 2026 at 8:45 am
    $(".imageWrap img").click(function() {
        alert("image clicked");
    });
    
    $(".imageWrap checkbox").click(function() {
        alert("checkbox clicked");
    });
    

    $(".imageWrap").click(function(event) {
        var $target = $(event.target);
        if ( $target.is("img") ) {
            alert("image clicked");
        }
        else if ( $target.is("checkbox") ) {
            alert("checkbox clicked");
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a plugin that creates a check box image based based on
I have image upload, where I check, how big part of image is already
I have an image upload page (single page). When submitted it check filesize and
I have created a DeclarativeServiceLibrary using VS2010 beta 2, Please check this image of
I have image Array with two images out of that first image its showing
I have image A and image B. They are located in the different places
Do you know how to remove margin (probably the one for image and check
I am making an application where there are 32 Check Box, and a NSTextField.
I have inserted some check box values in mysql database using PHP And in
I have got 2 check box[isSold(bit), Offline(bit)] in the datalist , I want to

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.