var thisRsvnList = $(this).closest('.rsvn-list');
$('.rsvn-list').not(thisRsvnList).removeClass('on');
thisRsvnList.hasClass('on') ? thisRsvnList.removeClass('on') : thisRsvnList.addClass('on');
var thisToggle = $(this).closest('.rsvn-list').find('.room-toggle');
$('.rsvn-list').find('.room-toggle').not(thisToggle).slideUp();
thisToggle.slideToggle();
'javascript' 카테고리의 다른 글
select option value에 따라 show/hide 실행하기 (0) | 2020.04.04 |
---|---|
오른쪽 마우스 클릭, 드래그 방지 (0) | 2020.04.04 |
여러 요소를 hide, show 할 때 높이 height 동일하게 하기 (0) | 2020.04.04 |
breadcomb에 gnb 메뉴명 집어넣기 (0) | 2020.04.03 |
window width 따라 이벤트 발생시키기 (0) | 2020.04.03 |
댓글