Skip to content

ismailfarooq/simple-sticky-sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sticky Sidebar

Simple light weight and high performance sticky sidebar like facebook and WordPress menu

Usage

you can use the following JavaScript to call the script

simpleStickySidebar('.sidebar-inner', {
    container: '.sidebar', // sidebar relative element
    topSpace: 60 // Default : 0
    bottomSpace: 20 // Default : 0
});