1
Good afternoon to all...
I need to pass that information on "token", "<?php echo $tokenAnuncio; ?>"
,
In this capacity:
function load_image_data(){
$.ajax({
url:"/fetch.php",
method:"POST",
success:function(data)
{
$('#image_table').html(data);
}
});
}
How to do?
Perfect bro.... mto thx
– Betinho Silva
Please evaluate the question and mark it as an answer.
– Wictor Chaves