[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>
추천0

댓글목록

등록된 댓글이 없습니다.

Total 32건 1 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
32 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3282 0 12-20
31 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2787 0 10-31
30 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3830 0 06-20
29 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3931 0 06-20
28 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 25648 0 07-15
27 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11296 0 04-08
26 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9180 0 03-15
25 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8944 0 01-05
24 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12347 0 08-25
열람중 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12108 0 08-25
22 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9725 0 08-23
21 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12568 0 05-04
20 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9805 0 02-08
19 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10721 0 02-06
18 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10548 0 02-06
17 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11071 0 02-06
16 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13468 0 02-04
15 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11720 0 12-09
14 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12006 0 12-05
13 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12386 0 05-15
12 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12553 0 05-09
11 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11466 0 02-20
10 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18236 0 12-02
9 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17045 0 10-07
8 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18655 0 03-29

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
3,058
어제
6,040
최대
7,259
전체
1,208,160
Copyright (c) 株式会社YHPLUS. All rights reserved.