Posts by Eriky R. Kashivagui • 126 points
2 posts
-
0
votes1
answer182
viewsA: Div fixed hide when arriving in another div
You must indicate that the arrows should only disappear when the middle of the element is reached, for this it is necessary to obtain the height of the element and divide it by 2 function…
-
1
votes1
answer297
viewsA: send javascript link when selecting checkbox
You can capture the value of the selected element by navigating the DOM tree. var elementA = document.getElementById("a"); var elementB = document.getElementById("b"); var elementC =…