5

Been working with Bootstrap for a little bit, but am working without it on a new project.

Was curious whether anyone knew of an alternative, easy-to-use plugin to Bootstrap's 'affix'.

I'm really just looking for an element to go to position:fixed upon a certain scroll point (ideally defined by an element), stop at a particular scroll point (ideally defined by a page footer).

Vertexwahn
  • 7,709
  • 6
  • 64
  • 90
Kraemon
  • 51
  • 4

1 Answers1

1

Maybe jquery stickem plugin? As stated in their README

Make items sticky as you scroll, to a point.

Daniele
  • 1,063
  • 1
  • 10
  • 22