var ul = $(this); var max_h = 0; ul.find('li').each(function(){ if ($(this).height() > max_h){max_h = $(this).height()} }); ul.find('li').height(max_h)