/ Published in: jQuery
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...
Expand |
Embed | Plain Text
var columnHeight = Math.max($('.columns-wrapper').height()); $('.columns').height(columnHeight);
You need to login to post a comment.
