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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:57:08+00:00 2026-06-13T20:57:08+00:00

I am working on a project, i have two anchors in my View(for voting

  • 0

I am working on a project, i have two anchors in my View(for voting functionality),

I have a div inside which i am having a <ul> and in 3 <li> i am having anchor for upvote,vote count (in <h2>) and anchor downvote respectively

I want functionality that when i click on any anchor, the h2 html show the vote count, i’ve implemented the functionality but because of

  • i am unable to do this,
    this is my View

    <div class="voting" style="margin-left:20px;">
                                            <ul>
                                                <li class="addvote"><a href="#" class="voteAnswer" answerid="@answer.AnswerID" name="Voted">
                                               Up</a></li>
                                                <li class="votecounter">
                                                    <h2>
                                                        @answer.AnswerLikes.Where(a => a.IsActive == true).Count()</h2>
                                                </li>
                                                <li class="subvote"><a href="#" class="voteAnswer" answerid="@answer.AnswerID" name="Voted">
    Down</a></li>
                                            </ul>
                                        </div>
    

    and this is my JS

    $(".voteAnswer").click(function (event) {
                var answerid = $(this).attr('answerid');
                var name = $(this).attr('name');
                var id = $(this).attr('id');
                var output = $(this);
    
                    $.ajax({
                        url: ResourceAjaxUrl.VoteUnvoteTheAnswer,
                        type: "POST",
                        data: JSON.stringify({ answerID: answerid }),
                        dataType: "html",
                        contentType: "application/json; charset-utf-8",
                        success: function (Result) {
                            alert("Voted");
                            //  $(output).html("Voted (" + Result + ")");
                            $(output).closest("li").find("h2").html(Result);
                            $(output).attr("name", "Voted");
                        },
                        error: function (msg) {
                            alert("Unable to Vote answer: " + msg);
                        }
                    });
    event.preventDefault();
                });
    

    i have tried using $(output).closest("li").find(".votecounter") but its still not working

    • 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-13T20:57:10+00:00Added an answer on June 13, 2026 at 8:57 pm

      The UL is the closest common ancestor.

      Try:

      $(output).closest("UL").find(".votecounter")
      
      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report

    Sidebar

    Related Questions

    I am working on a project in which I have two DIVs (DIV1, DIV2),
    I am working on project with picker view. I have two components in it.
    OK, so I have two tables I'm working with - project and service ,
    I have been working around one small project which needs a similar GUI as
    I am working on a C# project and have two programmers to help me
    I'm working on trying to have my project automatically build two different versions of
    I'm working on BOINC project. I have two users: boincadm and www-data (for apache).
    I have two branches A and B in a project that I am working
    I'm working on my very first project outside the college. I have two classes.
    First, I have two project working on: ASP.NET and Silverlight Both uses a class

    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.