# Simpler-Sidebar [](https://flattr.com/submit/auto?user_id=dcdeiv&url=https%3A%2F%2Fgithub.com%2Fdcdeiv%2Fsimpler-sidebar) A simple jQuery sidebar. * [Simpler-Sidebar Home Page](http://dcdeiv.github.io/simpler-sidebar) * Simpler-Sidebar is forked from [Simple-Sidebar](http://www.github.com/dcdeiv/simple-sidebar). [](https://nodei.co/npm/simpler-sidebar/) ### Simpler-Sidebar vs. Simple-Sidebar * Stop supporting `subwrapper`. * Animating only the sidebar and not the entire page. #### Why this changes? * You should know how to let the sidebar content overflow (if not check out [Getting Started](#getting-started)). To shrink the code, I decided to get rid of this feature. * Animating the entire page was often an issue, `position: fixed` and `position: absolute` elements didn't animate the way they should, so I decided to only animate the sidebar. ## Getting Started Download the [production version][min] of the [development version][max]. [min]: https://raw.github.com/dcdeiv/simpler-sidebar/master/dist/simpler-sidebar.min.js [max]: https://raw.github.com/dcdeiv/simpler-sidebar/master/dist/simpler-sidebar.js Simpler-Sidebar is also available via **NPM** and **Bower**: * `bower install simpler-sidebar`. * `npm install simpler-sidebar`. This fork is simpler than Simple-Sidebar because you won't need to do much more than this: ```html
``` If you add the sidebar-wrapper (and you should), remember to give it this style attributes: ```css .sidebar-wrapper { position: relative; height: 100%; overflow: auto; } ``` At the bottom of the web page, just before the `