버튼 클릭 시 숨겨진 tr / td 표 나오기

버튼 클릭 시 숨겨진 tr / td 표 나오기

QA

버튼 클릭 시 숨겨진 tr / td 표 나오기

본문

1~9번 버튼이 있다면 1번 버튼 클릭 시 tr td 표가 나오고

 

다음 2번 버튼을 클릭했을 때는 2번에 맞는 표가 나오게 하고 싶습니다..

 

혹시 간단하게 구현할 수 있는 방법 있을까요?

이 질문에 댓글 쓰기 :

답변 2


    <button type="button" data-table="table_01"></button>
    <button type="button" data-table="table_02"></button>
    <button type="button" data-table="table_03"></button>
    <div class="tab_area">
        <table class="table_01"></table>
        <table class="table_02"></table>
        <table class="table_03"></table>
    </div>
    <style>
        [class*='table_0']{display:none;}
        [class*='table_0'].active{display:block;}
    </style>
    <script>
        $(function(){
            $('button').click(function(){
                var $target = $(this).attr('data-table');
                $('.tab_area').children('table').removeClass('active');
                $('.'+$target).addClass('active');
            });
        });
    </script>
답변을 작성하시기 전에 로그인 해주세요.
전체 9
QA 내용 검색
filter #hide ×

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT