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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -