Untitled
Anonymous
plain_text
11/12/2021 8:57 PM
216 B
17
Indexable
$.ajax
({
type: 'POST',
url: 'controller.php',
async: false,
dataType: 'html',
data: dados,
success:
function(data)
{
}
});Editor is loading...