garand / sticky

jQuery Plugin for Sticky Objects
Other
3.3k stars 1.06k forks source link

Allow elements to stick at different sreen widths #99

Open paumoreno opened 10 years ago

paumoreno commented 10 years ago

Builds on top of #33.

The property minWidthToStick (called responsiveBreakpoint in #33) can be set for each element to override the default value.

rickydazla commented 10 years ago

+1 Sweet.

I dicked around with $(window).on('debouncedresize') for a little bit and then found this. Thanks!

Patabugen commented 8 years ago

Exactly what I needed - Thanks!