Posts by João Pedro Oliveira Souza • 23 points
3 posts
-
-1
votes2
answers192
viewsQ: Change HTML during AJAX request
Hello, I am trying to change a text on my web page to follow in real time some insertion in the database, I am using synchronous AJAX to make the requests, but HTML does not change. Javascript:…
-
1
votes1
answer28
viewsQ: getelementsbytagname is returning wrong values
I’m trying to make an HTML table selectable, when I try to get the table rows by getElementsByTagName(), is returning different values when reloading the page. My Table: Javascript: var tabela =…
-
1
votes1
answer104
viewsQ: Ajax request responding with status 500
I am using Spring, I test the return in the service and controller methods and are correctly returning what I want, and is entered in the database, but even so gives the error: My request:…