Posts by Vinicius Gava Pereira • 29 points
3 posts
-
0
votes2
answers39
viewsA: Click to close all Faq questions, open the clicked question and with another click, close the open question
Thanks a lot man!!! It worked right here, I tried to use control variables, but I didn’t get the result you brought me. I’m new to Stackoverflow, which would be CDN?
-
0
votes2
answers39
viewsQ: Click to close all Faq questions, open the clicked question and with another click, close the open question
Good afternoon, I am creating a FAQ, and in it there are some questions that when they are clicked, should appear her answer right below, to do this I created a toggle in JQUERY. To ensure that the…
-
2
votes1
answer48
viewsQ: Creating Date by passing numbers has different result from passing a string with the same values
I’m studying the dates part of Javascript and saw something I can’t explain. Follows the code: var envio = new Date(2018, 02, 20); var envio2 = new Date("2018-02-20"); console.log("Virgula: " +…