Skip to content

claudchan/jQuery.stickyFooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.stickyFooter

Responsive Dynamic-Height Sticky Footer

Example

HTML

<html>
  <body>
    <div id="page">
      <p>Content</p>
    </div>
    <footer>
      <p>Footer</p>
    </footer>
  </body>
</html>

JavaScript

Initialize

(function ($) {
  $('footer').stickyFooter();
});

Default options

(function ($) {
  $('footer').stickyFooter({
    wrapper: $('html'),
    container: $('body'),
    delay: 200
  });
});

About

Responsive Dynamic-Height Sticky Footers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published