Sticky Headings
its jquery based plugin. Its light weight as compared to other free plugin available on web.
- Include jQuery lib.
- Give any specific class to all headings i.e.
class="sticky-header"
- Initialize the plugin as
$('.sticky-header').stickyheadings();
$('.sticky-header').stickyheadings({offset:10});
Second parameter in the arguments acts as the callback function.
$('.sticky-header').stickyheadings({},onscroll);
Second parameter in the arguments acts as the callback function.
$('.sticky-header').stickyheadings({},null, onstuck);