Posts by YH Software • 55 points
7 posts
- 
		0 votes2 answers367 viewsQ: Can’t you use onclick in a select option?I have a script that when clicking on a specific option would call a function in javascript with onclick, but this script is only working in firefox desktop in other browsers does not work, I’ve… 
- 
		1 votes2 answers60 viewsQ: How to hide a table row that the information contains *I have a table that when you don’t have information it’s filled with a * for example: <tr> <td>Quant. do produto</td> <td>*</td> </tr> But the same can appear… 
- 
		0 votes1 answer69 viewsA: Is it possible for me to record information using one user.uid in firebase?This was all that was missing for the project to work: if (user) { uid=user.uid; } }); and edit the line: var messagesRef = firebase.database().ref('users').child(user.uid).child('address'); To: var… 
- 
		0 votes1 answer69 viewsQ: Is it possible for me to record information using one user.uid in firebase?I have no knowledge about the area, so at the moment I have many doubts and one of them is this: I have a script that the proposal is to get the user.uid when it is logged in via email and password… 
- 
		0 votes3 answers58 viewsQ: How do I make a data typed in an input go to a java script function?How do I make the data typed in a form input go to a variable or that is viewed by that variable, the variable in question is: var emailAddress = "[email protected]"; The form in question is:… 
- 
		0 votes1 answer79 viewsQ: How to make a hidden div appear when clicking a button appear and then hide over timeI’m trying to make a div as if it were a alert, I need it to appear when I click on a button because it starts hidden, and when it appears it starts to count a time for it to disappear. <div… 
- 
		1 votes2 answers140 viewsQ: Hide one div while the other is visibleI wish that with this code I could start a hidden div that when I click on the button the hidden div was visible and the visible hidden with the same button. I was using the following script:…