Untitled
unknown
plain_text
4 years ago
161 B
6
Indexable
$.ajax ({ type: 'POST', url: 'controller.php', async: false, dataType: 'html', data: dados, success: function(data) { } });
Editor is loading...
$.ajax ({ type: 'POST', url: 'controller.php', async: false, dataType: 'html', data: dados, success: function(data) { } });