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

425
Vistas
on click edit button i am not getting value of shift start time and shift end time while editing
$(document).on("click", ".edit_record", function() {
    var edit_id = $(this).data('shift_id');

    $('#theTable tr:not(:first)').remove();
    $.ajax({
        type: 'POST',
        url: 'ajax_task.php',
        data: {
            edit_id: edit_id,
            shift_edit: 'shift_edit'
        },
        success:function(data) {
            var response = JSON.parse(data);
             
            $('#shift_name').val(response.shift_name);
            $('#shift_start_time').val(response.shift_start_time);
            $('#shift_end_time').val(response.shift_end_time);
            $('#shift_data_iud').val(response.shift_id);
        }
    });
    $("#insert-more").hide();
    $('#myModal').modal('toggle');
});

Any one who can help me and thanks in advance

over 4 years ago · Santiago Trujillo
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