Posts by VeteranoKuno1 • 103 points
6 posts
-
0
votes0
answers118
viewsQ: How to go through the data of this element
I have the following data element stored in a vector called Repositorios = [] (2) [{…},{…}] 0: rocketseat: Array(30)0: {name: "academy-facebook-auth", description: null, login: "Rocketseat"…
-
-1
votes1
answer916
viewsQ: Understanding position, display and float in responsive layout
I created a simple "project" with CSS, HTML and JS, with the purpose of my learning. However some doubts arose at the end of the project (I will leave the link of the same to download), Dropbox -…
-
0
votes2
answers48
viewsQ: Selector does not take another selector
I have a transitional effect on a div that should be applied when I do Hover in another div. I tried to use some selectors ( +, >) I couldn’t believe it’s the way I’m using them .box-toogle {…
-
5
votes2
answers859
viewsQ: Invert array (vector) without an external function, 'manually'
Friends, I always invert vectors using an auxiliary in an external function (I think the standard way), however until recently a friend told me that had a way to invert vectors without using an…
-
0
votes1
answer111
viewsQ: How to pass data to a new line created by javascript
I am creating a function to save a form directly in a table, the table rows contain an onclick function that takes them to function in javascript function xpto() { if (linha == null) { var linha1 =…
-
3
votes1
answer50
viewsQ: Animation is not fluid
Opa galera I have a div that is my site header, I want to hide it by clicking a button and make it appear when clicking another button. I can hide and the movement is the way I want, however at the…
javascriptasked VeteranoKuno1 103