Skip to content

Instantly share code, notes, and snippets.

@mahiya
Created November 8, 2014 12:54
Show Gist options
  • Save mahiya/f0339f30f76bbf50949e to your computer and use it in GitHub Desktop.
Save mahiya/f0339f30f76bbf50949e to your computer and use it in GitHub Desktop.
MaxHeight.js
$.extend({
maxHeight: function() {
$(".maxheight").height($(document).height());
},
maxWidth: function() {
$(".maxwidth").width($(document).width());
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment