Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

152
Views
Ajax post a 'linkId' onClick a link - (MVC) Controller is not

I was tryning to POST the Generated'Id' of the Links (which were generated by a for each loop) whenever they are clicked. May be my Ajax syntax has issues. I looked for similar solutions, but could't figure out how to pass the id value by an Ajax POST method to an MVC Controller.

function reply_click(clicked_id)
{
          var obj = {
          Id = clicked_id
          }
          PostID(obj);
 } 
function PostID(obj) {
    $.ajax({
        url: "/User/OnClickViewCounter",
        method: "POST",
        datatype: "json",
        data: obj,
        success: function(data) {
            alart(data);
        },
        error: function(err) {
            console.error(log);
        }
    });
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<tbody>
                  
    <tr>
      <td><a onclick="reply_click(this.id)" id="NoticeId"  href="#" >NoticeName</a></td>
      <td>UploadTime</td>
    </tr>
</tbody>

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!