jquerysticky.js 106 B

123
  1. $(document).ready(function() {
  2. $.jquerySticky("#scroll-stickybar",{offset: {top: 98, bottom: 0}});
  3. });