[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건 13 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
525 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17068 0 04-24
524 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17072 0 02-16
523 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17079 0 05-17
522 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17085 0 04-20
521 포인트쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17088 0 04-13
520 이암쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17094 0 01-23
519 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17102 2 04-23
518 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17110 0 08-27
517 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17112 0 11-13
516 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17112 0 06-11
515 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17114 0 11-13
514 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17125 0 05-21
513 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17125 0 04-18
512 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17150 1 01-27
511 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17151 0 04-19
510 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17169 2 03-06
509 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17176 0 02-05
508 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17195 0 03-08
507 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17199 0 12-16
506 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17211 0 01-06
505 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17221 0 05-02
504 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17234 0 03-25
503 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17250 0 12-18
502 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17279 1 02-27
501 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17295 0 01-03

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
4,615
어제
7,778
최대
9,645
전체
2,331,000
Copyright (c) 株式会社YHPLUS. All rights reserved.