Home › Forums › JavaScript › Fixed nav on scroll – content jumps. › Reply To: Fixed nav on scroll – content jumps.
March 1, 2018 at 1:35 pm
#267649
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…