[jQuery] Multiple modal 멀티모달 > 팁앤테크

본문 바로가기
사이트 내 전체검색

팁앤테크

[jQuery] Multiple modal 멀티모달

페이지 정보

본문

<!DOCTYPE html>
<html lang="en">
<head>
  <title>Bootstrap Example</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" type="text/css" href="bootstrap.css">
    <script type="text/javascript" src="jquery-1.11.2.js"></script>
    <script type="text/javascript" src="bootstrap.js"></script>
    <style type="text/css">
      .my-img a {
        display: inline-block;
        margin: 10px;
        border: 2px solid #CCC;
      }
      .my-img a:hover {
        border: 2px solid #45AFFF;
      }    
      .modal-lg {
        width: 86%;
      }
      .modal-body {
        overflow: auto;
        max-height: auto;
      }
    </style>
</head>
<body>

<div class="container">
  <h2>Modal Example</h2>
  <!-- Trigger the modal with a button -->
  <div class="row">
    <div class="col-xs-12 my-img">
      <a href="#" id="link1" data-toggle="modal" data-target="#myModal">
        <img src="1.png" id="img1" class="img-responsive" width="250px">
      </a>
      <a href="#" id="link1" data-toggle="modal" data-target="#myModal">
        <img src="2.png" id="img2" class="img-responsive" width="250px">
      </a>
      <a href="#" id="link1" data-toggle="modal" data-target="#myModal">
        <img src="3.png" id="img3" class="img-responsive" width="250px">
      </a>
      <a href="#" id="link1" data-toggle="modal" data-target="#myModal">
        <img src="4.png" id="img4" class="img-responsive" width="250px">
      </a>          
  </div>  

  <!-- Modal -->
  <div class="modal fade" id="myModal" role="dialog">
    <div class="modal-dialog modal-lg">

      <!-- Modal content-->
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal">&times;</button>
          <h4 class="modal-title">your image title here (can be dynamic) </h4>
        </div>
        <div class="modal-body" id="showImg">

        </div>
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        </div>
      </div>

    </div>
  </div>

</div>
<script type="text/javascript">
      $(document).ready(function() {
        $('img').on('click', function() {
          $("#showImg").empty();
          var image = $(this).attr("src");
          $("#showImg").append("<img class='img-responsive' src='" + image + "' />")
          //alert(image);
        })
      });
</script>

</body>
</html>

댓글목록

등록된 댓글이 없습니다.

Total 828건 3 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
778 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 32070 05-14
777 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 64683 05-14
776 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 31959 05-14
775 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 30457 05-13
774 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 36432 05-01
773 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 40257 04-12
772 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 31836 03-20
771 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 56684 09-21
770 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 80054 07-30
769 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 65232 07-15
768 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 99575 07-10
767 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 63134 07-07
766 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 59928 06-15
765 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 62811 05-28
764 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 61678 05-06
763 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 62738 03-27
762 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 67127 03-25
761 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 64380 03-25
760 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 49744 03-20
759 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 49527 03-16
758 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 51013 03-16
757 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 37106 03-04
756 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 42074 02-29
755 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 51323 02-10
754 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 58668 02-06

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
23,962
어제
11,786
최대
240,985
전체
3,370,464
Copyright (c) 株式会社YHPLUS. All rights reserved.