Posts by lucas m • 1 point
1 post
-
-4
votes1
answer56
viewsQ: Assign ajax query to a variable
$(document).ready(function(){ $('#tabela').empty(); //Limpando a tabela $.ajax({ type:'post', //Definimos o método HTTP usado dataType: 'json', //Definimos o tipo de retorno url:…