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

  • Home
  • SEARCH
  • 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 8064437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:21:51+00:00 2026-06-05T11:21:51+00:00

i want to add a class on a click function in a tag and

  • 0

i want to add a class on a click function in “a” tag and if my div nearest a tag has class “jitender” then wana alert.

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script type="text/javascript" src="jquery-1.7.2.js"></script>
    <script type="text/javascript">
        $(function () {
            $(".Cmnew").find("a").click(function () {
                $(this).addClass("jitender");
                if($(".Cmnew").closest("a").className() == "jitender") {
                    alert("helllo")
                }
            })
        })
    </script>
</head>
<body>
    <div class="Cmnew">
        <a href="#">first</a>
        <a href="#">second</a>
    </div>
</body>
  • 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-05T11:21:52+00:00Added an answer on June 5, 2026 at 11:21 am
    $(function() {
        $(".Cmnew").find("a").click(function() {
            $(this).addClass("jitender");
            if ($(this).siblings("a:first").hasClass("jitender")) {
                alert("helllo")
            }
        });
    })​;​
    

    Demo 1

    Another solution

    $(function() {
        $(".Cmnew").find("a").click(function() {
            $(this).addClass("jitender");
            if ($(this).siblings("a.jitender:first").length) {
                alert("helllo")
            }
        });
    });​
    

    Demo 2

    When do you get alert

    • First click on any link, this will add class to clicked link
    • Then click on another link and you will get the alert, because its neighbor has class you have searched
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I had a div tag inside a repeater, and i want to add
I have this code, and I want on click on div with favoriteButton class,
I want change part two of class name in each div into tag <span>
I want to change class on click on a tag. The requirement is when
I want to add class atttributes to a superclass dynamically. Furthermore, I want to
I want to add a class to multiple span elements with common classname's based
I have 2 list and i want to add a class =last to the
I am working on a Jquery accordion stuff. I want to add a class
I want to add a subview to the UITableCellView class. However, non of the
I have a class which I want to add a property with using formula

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.