Код: Выделить всё
$(document).ready(function(){
$('.mia').click(function(){
id_player = $(this).attr('id')
$.ajax({url: "home.php",
method:'post',
data:{player_id:id_player},
success: function(result){
$(".modbody").html(result);
}});
// $('#myModal').modal("show");
})
})
Подробнее здесь: [url]https://stackoverflow.com/questions/79006240/how-to-display-a-new-table-2-after-click-on-row-table-1-for-view-details[/url]
Мобильная версия