Hello. I have a function with an ajax request inside (this is the actual function):
function carregaAjax(caminho,tabela,funcao,dados){
dados.push({name:"funcao", value:funcao});
dados.push({name:"tabela", value:tabela});
var retorn...
asked by
09.02.2017 / 19:06