Posts by brunohdf • 81 points
2 posts
-
5
votes1
answer423
viewsA: Table does not appear in return Json
Looks like you didn’t initialize the variable tabela with the return of the request in its callback function. function( json, textStatus, jQxhr ) { ... // MOSTRA A TABELA RETONADA var tabela =…
-
0
votes1
answer96
viewsA: Data returning with space
Additionally check the presence of spaces before and after the PHP code opening and closing tags ( <?php .. ?> ) in your project files. What is recommended is that the closing tag (?>) is…