Skip to content

Instantly share code, notes, and snippets.

View notMasterpiece's full-sized avatar

notMasterpiece

  • Ternopil
View GitHub Profile
function equalHeight(element) {
var currentTallest = 0,
currentRowStart = 0,
rowDivs = new Array(),
$el,
topPosition = 0;
$(element).each(function() {
$el = $(this);