Posts by Jorge Borgonhi Batista • 35 points
4 posts
-
1
votes1
answer1615
viewsQ: How to concatenate variable in element id? jQuery
Hello, I’m trying to return information from a. php file in a specific div using jQuery. The situation is as follows: The information will be resumed for a div with id="bkpLoja", however this div is…
-
1
votes1
answer13243
viewsQ: Uncaught Syntaxerror: Unexpected Identifier
Guys I’m having this error on line 14 of my script however I’m not able to see the error, if anyone can help, thank you!! line 14 -> error:Function(date){ whole Cód $(document).ready(function(){…
-
-1
votes1
answer685
viewsA: How to query (SELECT * FROM table) using AJAX?
fetchLojas.php looked like this: <?php require_once "dbconf.php"; $dbconf = new db_connection; $dbconf->connect_db(); //estabelecendo conexão com o banco de dados $conn = $dbconf->conn;…
-
1
votes1
answer685
viewsQ: How to query (SELECT * FROM table) using AJAX?
Hello I am trying to make a query in a table and show the results on the client page without the need to update the page every new registration. But I’m not getting it. Follow the codes: index php.…