Return to Snippet

Revision: 57575
at June 1, 2012 12:16 by thewickedchemist


Initial Code
var columnHeight = Math.max($('.columns-wrapper').height());
$('.columns').height(columnHeight);

Initial URL


Initial Description
This is just a quick and simple lazy way to do this, didn't feel like using a plug-in for something that is only used on one page...

Initial Title
Super Simple jQuery Equal Height Columns

Initial Tags
jquery

Initial Language
jQuery