Posts by Thiago Luiz Ferreira Tavares • 9 points
8 posts
-
0
votes1
answer39
viewsA: Google API does not auto complete in bank
The problem was that he could not get the full name, so we created a script by placing the following command Document.getElementById("Pac-input"). value;
-
0
votes1
answer39
viewsQ: Google API does not auto complete in bank
I’m using the Google API on an html page to get the user’s location. When the user type EX: Bon Street ( will appear options for him, there for example he clicks on Bonnard Street ... ) in the text…
-
0
votes1
answer312
viewsQ: Angular - How to pull a request from another page
I was studying angular and wanted to pull the information out of the main page, but I’m not able to pull the javascript from the outside. repeat page.html: <!DOCTYPE html> <html>…
-
0
votes1
answer471
viewsQ: Angular - I cannot view table data
I don’t understand why it doesn’t display table data, it’s identical to the page I was using to study. Code: <!DOCTYPE html> <html> <script…
-
0
votes0
answers116
viewsQ: Angular and HTML - I cannot show database information in HTML
I would like to show the database information, is pulling the information correctly,and it is shown in the console that there is an array of 35 items to be shown but I am not able to display them in…
-
0
votes2
answers293
viewsQ: display the user who is logging in PHP
I have a problem, that when the user logs in, correct, shows a div that displays the message "Welcome" ( and I would like you to show the username ) and it does not show, I would also like that if…
-
0
votes2
answers661
viewsQ: How to take the value of the A or B button
I want javascript to recognize which button I press, when I press button A to show div A , and when I press button B to show div B, the two Divs cannot appear together. The code I’m making right now…
-
0
votes1
answer74
viewsQ: Problem with angular selection
In the HTML I’m playing, I created a select where the selected option is pulled from a script in Angular. It uses the data.singleSelect to pull the dice and put the selected value as the selected…