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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -