$('.group').each(function() { var nums=[]; $(this).find('.tag').each(function() { var proht=$(this).height();nums.push(proht); }); var max=Math.max.apply(Math,nums); $(this).find('.tag').attr('style','min-height:'+max+'px'); }); Tags jQuery 139 views Add new comment You must have JavaScript enabled to use this form. Your name Email Subject Comment About text formats Restricted HTML Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically. Math question 3 + 1 = Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
Add new comment