Sha256: a3591a883c355d01aa84977808775873065e6825d8144632bd9926546d61eac7
Contents?: true
Size: 477 Bytes
Versions: 8
Compression:
Stored size: 477 Bytes
Contents
$(document).ready(function(){ /* Responsive Sticky Footer Fix */ /* Credit: https://gist.github.com/spilliams/2697774*/ $("#footer, #footer-push").height($("#footer .row").height()+"px"); $("#main-wrapper").css({'margin-bottom':(-1*$("#footer .row").height())+"px"}); window.onresize = function(){ $(".footer-filler, #footer-push").height($("#footer .row").height()+"px"); $("#main-wrapper").css({'margin-bottom':(-1*$("#footer .row").height())+"px"}); } });
Version data entries
8 entries across 8 versions & 1 rubygems