// add ellipsis
if (selectedItems.length > 2) title += '...';
// if all options selected
if (selectedItems.length == $selectOptions.length) title = '전체';
'javascript' 카테고리의 다른 글
[bootstrap.js] multiple modals에서 modal-backdrop 수정하기 (1) | 2020.04.13 |
---|---|
체크박스 체크 했을 때 이벤트 checked (0) | 2020.04.10 |
[bootstrap] Switch change event (0) | 2020.04.07 |
[datepicker.js] 날짜 출력 형식 format 수정 (0) | 2020.04.06 |
select option value에 따라 show/hide 실행하기 (0) | 2020.04.04 |
댓글