Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

engageinteractive/sticky-footer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sticky Footer


A simple, lightweight sticky footer plugin for jQuery.

No parameters and no callbacks, it literally just sticks the footer to the bottom of the page.


Usage

$('#footer').stickyFooter();

Note: it attaches an event to the $(window).resize() method, so if you ever need to position it manually, just trigger that event (with the namespace).

$(window).trigger('resize.stickyFooter');

About

Very simple sticky footer jQuery plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published