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

Version Path
edge_framework-0.5.0 assets/js/edge/layout.js
edge_framework-0.3.0 assets/js/edge/layout.js
edge_framework-0.2.3 assets/js/edge/layout.js
edge_framework-0.2.1 assets/js/edge/layout.js
edge_framework-0.2.0 assets/js/edge/layout.js
edge_framework-0.1.0 assets/js/edge/layout.js
edge_framework-0.0.3 assets/js/edge/layout.js
edge_framework-0.0.2 assets/js/edge/layout.js