Praktische 1 - 5 Zeiler
$.fn.equalheight = function() { return this.height(Math.max.apply(this, $.map(this, function(e) { return $(e).height() }))); };