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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:32:39+00:00 2026-06-05T09:32:39+00:00

<div id = uni1> <input type=button class=click rel=1> </div> <div id = uni2> <input

  • 0
<div id = uni1>
        <input type=button class=click rel="1">
</div>
<div id = uni2>
        <input type=button class=click rel="2">
</div>
<div id = uni3>
        <input type=button class=click rel="3">
</div>
<div id = uni4>
        <input type=button class=click rel="4">
</div>

$(".click").click(function()
{
    alert("Help");
})

i have problem identifying the click button for jquery this will prompt alert 4 times.
“#uni1 .click” will allow me to identify
BUT I CANNOT static DEFINE this.
MEAN i can only use .click. because MY uni1 <– is DYNAMIC i can have up to uni100.
or Uni10000(This is User Choice to have number of uni)

my question would be how am i going to identify uniquely each button for each input type.
after the button is click i can use

$(".click").click(function()
{
    $(this).parent().attr('id');
//it doesn't solve the problem that alert will still be executed 4 times. i want to have click being uniquely identify upon user click.
    alert("Help");
})

<div id=uni>
    <div id = uni1>
            <input type=button class=click rel="1">
    </div>
    <div id = uni2>
            <input type=button class=click rel="2">
    </div>
    <div id = uni3>
            <input type=button class=click rel="3">
    </div>
    <div id = uni4>
            <input type=button class=click rel="4">
    </div>
</div>

$("#uni"+i).load(abc.html,function(){ $(".click").click(funcion(){ alert("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-05T09:32:41+00:00Added an answer on June 5, 2026 at 9:32 am

    I’ve tried your example and it works fine to me. http://jsfiddle.net/3yQ4W/

    If it’s prompted 4 times it’s either because you’ve declared it 4 times or because you have some weird loop in there that you are not showing us.

    EDIT:

    $("body").on('click','.click',function(){
       alert($(this).parent().attr('id'));
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say I have 2 div s with the same CSS class that are stacked
$('div#Settings ul li').click(function () { var url, template; var self = $(this); if (!$(self).hasClass('selected'))
There is a div (form) which opens on the click of a button. There
Parent Div Click Function gets called when Child Div Click is clicked. How to
$(div.test).mouseenter(function() { $(div.innerDiv).fadeIn(slow); }).mouseleave(function() { $(div.innerDiv).fadeOut(slow); }); <div class=test> <div class=innerDiv>1</div> </div> <div class=test>
$(div).append($(document.createElement(input)).attr({ 'id': 'post_category', 'value': 'item', 'type': 'checkbox','checked': true })); I am trying to create
$('div#searchResult > div#searchResultItem > div#item').hover(function() { alert($(this).text()); }); Hi guys. Im doing a quick
%div{:class => [@item.type, @item == @sortcol && [:sort, @sortdir]] } Contents could render as
$(div#foobar).live('click', function() { }); $(window).hashchange(function() { }); How can I stop firing hashchange event
$(div#whitebox p).click(function () { $(div#blackout).fadeTo(550, 0).delay(555).hide(); }); What I'm trying to accomplish with the

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.