jquery - Cutting width using dotdotdot -


i'm using dotdotdot tool cut width of 2 paragraphs grouped on tabs reason works first tab paragraph. guess it's because other tab not shown , can't cut width.

any idea how should fix this? enter image description here

$.each($('.course-description'), function( index, value ) {         $('#'+value.id).dotdotdot({             ellipsis    : '... ',             height    : 190,         });     }); 


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -