Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

159
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda