Posts by Diego Rafael • 13 points
1 post
-
1
votes2
answers269
viewsQ: Problem with AJAX request return
I am making a request in ajax but the result does not update, it is as if it were in some kind of cookie. function AtualizaTotalItensNota(idFornec) { $.ajax({ type: "GET", dataType: "text", url:…