[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 825건 23 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
275 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12686 0 12-15
274 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12682 0 04-12
273 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12654 0 04-18
272 귀여운현호쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12621 0 10-24
271 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12611 0 02-25
270 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12602 0 12-08
269 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12592 1 02-27
268 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12583 0 11-27
열람중 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12582 0 08-25
266 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12575 0 01-20
265 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12573 0 05-01
264 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12559 0 06-30
263 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12540 0 09-30
262 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12534 0 02-09
261 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12523 2 04-23
260 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12519 0 10-24
259 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12515 0 05-08
258 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12501 0 04-18
257 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12494 0 12-17
256 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12492 0 11-18
255 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12492 0 04-14
254 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12492 0 07-15
253 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12481 0 06-14
252 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12472 0 08-15
251 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12468 0 02-25

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
3,856
어제
4,316
최대
7,259
전체
1,336,663
Copyright (c) 株式会社YHPLUS. All rights reserved.