jquery-scrollable-sticky

0.1.0 • Public • Published

jQuery Scrollable Sticky

Improve your fixed positioned vertical navigations

You know those fixed positioned navigations, that are too long for your display to show all items at once? This is a jQuery plugin which provides a clever solution for you to keep these, without compromising your visitors experiences.

Live demo

Download

Also available through bower.

How to use

  1. Grab the JS file
  2. Include it, duh :-)
  3. Use scrollableSticky on your jQuery object

Note: The element which you want to have fixed, doesn't have to be fixed already. The appropriate position will be calculated so the element will only move vertically.

$('div.fixme').scrollableSticky();

Demo

Check demo/index.html. Clone or grab a zip, then open this file in your browser.

Options

offset is used to specify a margin below the floating element

Readme

Keywords

none

Package Sidebar

Install

npm i jquery-scrollable-sticky

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • egeriis