'fadeOut'에 해당되는 글 1건

  • 2017.04.12 팝업 뛰우기

팝업 뛰우기

기타/-자바스크립트&제이쿼리 2017. 4. 12. 01:10
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.


.

제이쿼리인지 자바스크립인지 정확히 잘모르겠으나, 팝업 만들기를 제작했습니다.

자세한 설명은..다음에 하도록 하겠습니다..



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>팝업만들기</title>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  <script>
  $(function(){
    function blind(){
      $('body').append("<div class='blind'></div>");
      $('.blind').fadeTo(500,.5)
    }
    $('.popup').click(function(){
      blind()
      console.log('okk')
      $('.popup_wrap').fadeIn();
    })
    $('.close').click(function(){
      $('.blind').fadeOut();
      $('.popup_wrap').fadeOut();
    })
  })
  </script>
  <style>
 
   .blind{
     position: absolute;
     background-color: #000;
     display:none;
     opacity: 0.5;
     left:0;
     right:0;
     top:0;
     bottom:0;
   }
   .popup_wrap{
     width: 300px;
     height: 300px;
     position: absolute;
     border: 1px solid #000;
     left:50%;
     top:50%;
     margin-left: -200px;
     margin-top: -200px;
     background-color: #fff;
     z-index:1;
     display: none;
   }
 
 
  </style>
</head>
<body>
  <button class="popup"> 팝업열기</button>
  <div class="popup_wrap">
    <img src="1072.jpg">
    <button class="close">닫기</button>
  </div>
 
</body>
</html>
 
Colored by Color Scripter
cs

.



저작자표시 비영리 변경금지 (새창열림)

'기타 > -자바스크립트&제이쿼리' 카테고리의 다른 글

hover 메뉴 만들기  (0) 2017.04.13
자바스크립트,카드  (0) 2017.04.05
자바스크립트/ 시작  (0) 2017.04.03
제이쿼리-스크롤제어  (0) 2017.03.27
java script 01  (0) 2017.03.06
블로그 이미지

ASOG

UI Design, Ux Design

,
  • «
  • 1
  • »

카테고리

  • 분류 전체보기 (27)
    • ★UX (11)
    • 기타 (13)
      • -자바스크립트&제이쿼리 (6)
      • -HTML&CSS (5)
      • -IT제품리뷰 (2)

공지사항

  • 글을 쓴다는 건? Be a styl⋯

태그목록

  • ㅇㅀㅇㅀ
  • brixX
  • 크라프트한스
  • 맛집
  • WEIZEN
  • flaticon
  • apple airpods
  • 이어포드
  • 에어팟악세사리
  • 이어스킨즈
  • DARK ALE
  • 분위기있는술집
  • PILSNER
  • 나가사키짭뽕
  • 오빠
  • 종각
  • I.P.A
  • 요쪼꼬
  • 낙지왕국
  • 오리만두
  • PEACH ALE
  • 팝업만들기
  • HANS PALE ALE
  • 종로3가
  • 오리능이백숙
  • fadeOut
  • 에어팟
  • 자바스크립트
  • 제이쿼리
  • EarSkinz

ASOG

블로그 이미지

UI Design, Ux Design

LATEST FROM OUR BLOG

RSS 구독하기

LATEST COMMENTS

BLOG VISITORS

  • Total :
  • Today :
  • Yesterday :

Copyright © 2015 Socialdev. All Rights Reserved.

티스토리툴바