0
Can someone help me with that.
I have the page and html which is a giant list.
Each < li> has a date field in it
<li class="classe_dia" data-dia="12">Conteúdo</li>
<li class="classe_dia" data-dia="13">Conteúdo</li>
<li class="classe_dia" data-dia="14">Conteúdo</li>
<li class="classe_dia" data-dia="15">Conteúdo</li>
When scrolling the page I would like to capture the date-day of the element that is at the 150px height of $(window). scrollTop()
Hi John Victor, I want to make a breadcrumb of a list I have, I tried to reproduce in this codepen https://codepen.io/alemoraesra/pen/eXjdyx, did not work well, after it comes at the end it does not change more
– Alê Moraes
Oops. I managed to solve, the new code is in the same place as before
– João Victor