본문 바로가기
2023/SPRING BOOT

[spring boot] 스크립트

by Or0i쿠 2023. 9. 1.

 

제이쿼리 모달
 

jQuery Modal

This example demonstrates how visually customizable the modal is. This example shows how modals are centered automatically. It also demonstrates how a vertical scrollbar appears whenever the modal content overflows. More! Lorem ipsum dolor sit amet, consec

jquerymodal.com

더보기
<!-- Remember to include jQuery :) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>

<!-- jQuery Modal -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />
<!-- Modal HTML embedded directly into document -->
<div id="ex1" class="modal">
  <p>Thanks for clicking. That felt good.</p>
  <a href="#" rel="modal:close">Close</a>
</div>

<!--open the modal -->
<a href="#ex1" rel="modal:open">Open Modal</a>


<a id="regi" href="/ex2" rel="modal:open"> </a>

 

'2023 > SPRING BOOT' 카테고리의 다른 글

인증과 인가  (0) 2025.09.17
[spring boot] 템플릿 엔진 : 타임리프(Thymeleaf)  (0) 2023.08.23
[SPRING BOOT] 어노테이션(annotation)  (0) 2023.08.18
[SPRING BOOT] tool_링크  (0) 2023.08.17
[Spring Boot] 기본(매핑)  (0) 2023.08.16