.dotdotdot말줄임 플러그인 특정 공간에 텍스트를 넣었을 때 넘칠 때 말줄임 표시를 하고 싶을 때 사용하는 플러그인. 기본 사용방법 $(document).ready(function() {$("#wrapper").dotdotdot({ ellipsis: '... ', // 말줄임 대체 문자watch watch: false, // 윈도우창에 따라서 업데이트 여부wrap : 'word', // 문자를 자를 단위 : 'word'/'letter'/'children'height: null, // 높이 설정 , null일경우 자동 callback: function( isTruncated, orgContent ) {}, // .dotdotdot 이후 실행 부울,문자열 두개의 매개변수 lastCharacter: { ..