Good afternoon everyone ...
I need to pass this information "token", "<?php echo $tokenAnuncio; ?>"
,
In this function:
function load_image_data(){
$.ajax({
url:"/fetch.php",
method:"POST",
success:function(data)
{
$('#image_table').html(data);
}
});
}
How to do it?