Posts by Mike • 118 points
6 posts
-
1
votes1
answer70
viewsA: Create a node inside another in Firebase with Android Studio
John, in order for the node to be created within the user you must reference it in the correct location, try using the following code: private void addPost(Post post) { FirebaseDatabase database =…
-
4
votes1
answer66
viewsA: Check an option when selecting an option from another select Javascript
here you are: $('#auto').change(function(){ $('#conta').val(''); }); <select name="auto" id="auto"> <option value="">S/N</option> <option value="S">Sim</option>…
-
-1
votes2
answers458
viewsA: Finish buying Html + PHP
Marcelo, try to make the following change: $IdVenda = mysqli_insert_id($conn);…
-
1
votes1
answer92
viewsA: How to detect when the textarea has more than one line?
Vinicius, I saw a solution to your problem on the following link (https://stackoverflow.com/questions/17772260/textarea-auto-height) autosize(document.getElementById("note")); textarea#note {…
-
0
votes1
answer354
views -
1
votes2
answers53
viewsA: HTML/ CSS - FORMATTING INFORMATION
<p style="text-align:left;"> Endereço <span style="float:right;"> Nacionalidade …