Posts by GEVERSON SOUZA • 1 point
3 posts
-
-1
votes2
answers141
viewsA: Change color of div in onclick event - JS
Try instead of putting "self" in the boxElement method.setAttribute('onclick', 'mudarCor(self)');, put the "this" boxElement.setAttribute('onclick', 'mudarCor(this)');
javascriptanswered GEVERSON SOUZA 1 -
0
votes1
answer315
viewsA: No suitable driver found for jdbc Sqlstate: 08001 Vendorerror: 0
It can be one of the following steps: Are you running the filename project.jar? If so, you may have moved the filename project.jar from the /dist folder. 2.If you are running your project within the…
-
-1
votes4
answers20245
viewsA: PDO:: Fetch & Fetchall
Good afternoon Rafael Almeida, was with the doubt similar to yours, my doubt was the opposite of yours, because I was in need of a list/ array of objects, but my code only returned me an object, so…