Posts by Helhpon • 11 points
2 posts
-
0
votes3
answers944
viewsA: Javascript - Function that returns value from a CSS property
I would like to thank everyone for the huge help you have given me, both the Square Bracket solution and the Square solution have solved my problem perfectly well. It was great to have received two…
-
1
votes3
answers944
viewsQ: Javascript - Function that returns value from a CSS property
Good evening (good morning or good afternoon) to all! I need a function that returns the value of a css property. Follow my code: CSS: .teste{ opacity: 0; display: none; } Javascript: function…