$("#tab-select select[name=select_table]").on('change', function(){
//alert($(this).val());
var tabLink = $(this).val();
//var tabTable = $('.table-wrap');
if($(tabLink).length>0){
$('.mypage-form .table-wrap').removeClass('show');
$(tabLink).addClass('show');
}
//return false;
});
@media screen and (max-width: 970px){
.board-wrap .table-wrap {display: none;}
.board-wrap .table-wrap.show {display: block;}
}
<%--#tab1에는 .show 추가해놔야함 안그럼 모바일에서 안보임 --%>
'javascript' 카테고리의 다른 글
인스타그램 api 이미지 불러올 때 크기 설정 (0) | 2020.04.03 |
---|---|
파일 다운로드 file download (0) | 2020.04.03 |
퀵메뉴 일정 top까지만 움직이게 하기 (0) | 2020.04.03 |
네이버 지도 api 마커 애니메이션 (0) | 2020.04.03 |
다음 지도 api (0) | 2020.04.03 |
댓글