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.
$.each($('.course-description'), function( index, value ) { $('#'+value.id).dotdotdot({ ellipsis : '... ', height : 190, }); });
Comments
Post a Comment