[jQuery] Plugin 'hcSticky' for Fixing Specific Elements While Scrolling
I’d like to introduce the jQuery plugin “hcSticky” which is convenient for fixing specific elements while scrolling.
・hcSticky – jQuery Floating Sticky Plugin | Some Web Log
Simply calling hcSticky() on a specific element will fix the element when scrolling.
$('#sidebar').hcSticky();
The usage is simple and recommended.
That’s all from the Gemba.