Posts by alguemAi • 1 point
1 post
-
-3
votes1
answer33
viewsQ: assync does not work in ajax
I’m trying to use async to return the amount the bank will bring, but it’s not working async function emailExi(email){ const teste = await $.ajax({ url: "../banco/emailexi.php", method: "POST",…