Skip to content

Instantly share code, notes, and snippets.

@jenrzzz
Created June 5, 2012 18:25
Show Gist options
  • Select an option

  • Save jenrzzz/2876718 to your computer and use it in GitHub Desktop.

Select an option

Save jenrzzz/2876718 to your computer and use it in GitHub Desktop.
Normalize row height
$(document).ready(function() {
$('.normheight').css({
'height': $('.normheight').height()
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment