Skip to content

Instantly share code, notes, and snippets.

@johnbocook
Last active January 4, 2016 03:39
Show Gist options
  • Select an option

  • Save johnbocook/72e6ff8808a04d38daa8 to your computer and use it in GitHub Desktop.

Select an option

Save johnbocook/72e6ff8808a04d38daa8 to your computer and use it in GitHub Desktop.
jQuery - Makes two div's the same height
$(‘.div').css('min-height', $(‘.main-div').height());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment