کد PHP:
<a href="#myModal" id="<?php echo $b['id']; ?>" class=" gg btn btn-icon" data-toggle="modal" > $(
"a[href='#myModal']").click(function()
{
var essay_id = $(this).attr('id');
$.ajax({
cache: true,
type: 'POST',
url: 'http://localhost/c/fogolade.php',
data: 'essay_id='+essay_id,
success: function(data)
{ $(
'#Editmode').modal('show');
$('.modal-body').html(data); }
});
});
کد PHP:
$('.modal-body').html(data);
برچسب:
نویسنده: استخدام کار