Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
$.fn.setAllToMaxHeight = function() { return this.height(Math.max.apply(this, $.map(this.children(), function(e) { return $(e).height(); }))); }; $('.sidebar').setAllToMaxHeight()