Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Fixed nav on scroll – content jumps. Reply To: Fixed nav on scroll – content jumps.

#267649
Shikkediel
Participant

You could use $('.band').eq(0), seems easiest. First item, zero indexed.

The line with .info-bar calculates the sticky switching point, I think you accidentally used the main nav itself before…