Posts by Joelson Santos • 11 points
1 post
-
1
votes1
answer715
viewsQ: Update table html after registering user using ajax
Hello, I have a following js code to register a user. $(function() { $('#cadastrar_usuario').submit(function(event) { event.preventDefault(); var formDados = new FormData($(this)[0]); $.ajax({ url:…