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

423
Views
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
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!