jQuery set Max height on the specific row
$('.group').each(function() {
var nums=[];
$(this).find('.tag').each(
var proht=$(this).height();nums.
});
var max=Math.max.apply(Math,nums);
$(this).find('.tag').attr('
});
Recent comments
$host =…