Skip to content

Instantly share code, notes, and snippets.

@burin
Created February 9, 2009 22:39
Show Gist options
  • Save burin/61074 to your computer and use it in GitHub Desktop.
Save burin/61074 to your computer and use it in GitHub Desktop.
$(document).ready(function($) {
var $div = $('<div style="height: 1px; min-height: 2px; position: absolute; top: -100px; left: -100px;"/>').appendTo('body');
$.support.minHeight = !!( $div[0].offsetHeight && $div[0].offsetHeight == 2 );
$div.remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment