jQuery(document).ready(function() {
  var container_height = jQuery('.container').height();
  jQuery('#sidebar').height(container_height);
});

