Skip to content

Instantly share code, notes, and snippets.

@koentjuh1
Created August 30, 2016 11:09
Show Gist options
  • Save koentjuh1/252b138c2080379931454b6366d99594 to your computer and use it in GitHub Desktop.
Save koentjuh1/252b138c2080379931454b6366d99594 to your computer and use it in GitHub Desktop.
Get height of div with jquery
$(document ).ready(function() {
var result = $(".row-about-us .left").height();
$(".row-about-us .right").css("height", result);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment