MB
Size: a a a
MB
MB
K
K
₹
$('#btn-that-opens-the-modal').click(function(e) {
e.preventDefault();
$.get('/admin/get/4343', function(data){
$('#first_name_modal').val(data.first_name);
$('#last_name_modal').val(data.last_name);
...
});
})
$(document).click('#update-btn-in-modal', function(e){
e.preventDefault();
$.post('/admin/edit/4343', {
first_name: $('#first_name_modal').val(),
last_name: $('#last_name_modal').val(),
...
}, function() {
// You can add a function that fetches the updated data from the server
})
})
₹
₹
MB
К
NM
IN
NM
P🛸
1
EG
EG
К
Dv
EG
VL