$(function(){ function imageCardHeight() { console.log('firing ich();'); var images = $('.image-container'); images.each(function() { var imageHeight = $(this).find('.desk').height(); var parent = $(this).parent(); parent.find('.content-container').height(imageHeight); }); }; function resizedw(){ console.log('firing ich() and resizedw()'); imageCardHeight(); $('.cw p').each(function () { var $ellipsisText = $(this); var textContainerHeight = $(this).parent().height(); while ($ellipsisText.outerHeight(true) > textContainerHeight) { $ellipsisText.text(function(index, text) { return text.replace(/\W*\s(\S)*$/, '...'); }); } }); } resizedw(); //var doit; /*$(window).on('resize', function(){ clearTimeout(doit); doit = setTimeout(resizedw, 1000); }); */ /* var textContainerHeight= $('.incidentCellBottomRight').height(); $('.cw p').each(function () { var $ellipsisText = $(this); var textContainerHeight = $(this).parent().height(); while ($ellipsisText.outerHeight(true) > textContainerHeight) { $ellipsisText.text(function(index, text) { return text.replace(/\W*\s(\S)*$/, '...'); }); } }); */ }); /*******************************************************************/ /* ftrtch dino */ /* [type: JS] [file:main-article] [104.8313] DESIGN*/ /*******************************************************************/ /* 0.8 P>P */ /* db 161 */