잠시만 기다려 주세요

     '검찰공화국, 부패공화국... 윤석열은 내려와라... 그리고 수사 받아라... 당신은 대통령을 할 자격이 없다.'
전체검색 :  
이번주 로또 및 연금번호 발생!!   |  HOME   |  여기는?   |  바다물때표   |  알림 (16)  |  여러가지 팁 (1059)  |  추천 및 재미 (156)  |  자료실 (22)  |  
시사, 이슈, 칼럼, 평론, 비평 (613)  |  끄적거림 (136)  |  문예 창작 (716)  |  바람 따라 (75)  |  시나리오 (760)  |  드라마 대본 (248)  |  
살인!


    javascript/jquery

javascript/jquery - 자바스크립트 남은시간 카운트 다운, 타이머2....
이 름 : 바다아이   |   조회수 : 10267         짧은 주소 : https://www.bada-ie.com/su/?811591800698
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<script>
function dailyMissionTimer(duration) {
    
    var timer = duration * 3600;
    var hours, minutes, seconds;
    
    var interval = setInterval(function(){
        hours	= parseInt(timer / 3600, 10);
        minutes = parseInt(timer / 60 % 60, 10);
        seconds = parseInt(timer % 60, 10);
		
        hours 	= hours < 10 ? "0" + hours : hours;
        minutes = minutes < 10 ? "0" + minutes : minutes;
        seconds = seconds < 10 ? "0" + seconds : seconds;
		
        document.getElementById("time-hour").innerHTML = hours;
        document.getElementById("time-min").innerHTML = minutes;
        document.getElementById("time-sec").innerHTML = seconds;

        if (--timer < 0) {
            timer = 0;
            clearInterval(interval);
        }
    }, 1000);
}

dailyMissionTimer(0.001);	// hour base
</script>

<span id="time-hour"></span>
<span id="time-min"></span>
<span id="time-sec"></span>


출처 : http://zinee-world.tistory.com/287
| |





      1 page / 3 page
번 호 카테고리 제 목 이름 조회수
76 javascript/jquery , . 바다아이 7101
75 javascript/jquery , . , 바다아이 5296
74 javascript/jquery javascript , ... 바다아이 7034
73 javascript/jquery , cookie class 바다아이 7616
72 javascript/jquery select 3 바다아이 8589
71 javascript/jquery , ... 바다아이 7969
70 javascript/jquery , timezone, , ... moment.js 바다아이 10185
69 javascript/jquery textarea cursor . focus, cursor ... 바다아이 10238
68 javascript/jquery (block) , ... 바다아이 8349
67 javascript/jquery textarea cursor , , focus 바다아이 11499
66 javascript/jquery jquery ajax option .... 바다아이 8627
65 javascript/jquery jquery open api , ajax JSONP cross domain , , error 0 ... sop 바다아이 8395
64 javascript/jquery javascript , , , , () 바다아이 9261
63 javascript/jquery javascript (date ) 바다아이 9421
62 javascript/jquery CSS3 javascript 바다아이 10202
61 javascript/jquery javascript , cookie, , , , , 바다아이 9468
60 javascript/jquery javascript 바다아이 10075
59 javascript/jquery javascript / , , , 바다아이 13290
58 javascript/jquery url , , encode, decode ... 바다아이 8563
57 javascript/jquery javascript ... frame location.href 바다아이 14104
56 javascript/jquery File Upload Progress, .... . 바다아이 9013
55 javascript/jquery javascript, json , json Highlight 바다아이 9159
54 javascript/jquery javascript json , , JSON.stringify, JSON.parse, 바다아이 10471
53 javascript/jquery javascript innerHTML, innerTEXT ... 바다아이 9230
52 javascript/jquery javascript entity , , encode, decode 바다아이 9424
51 javascript/jquery javascript post, get , 바다아이 10727
50 javascript/jquery text copy, , How to copy a TEXT to Clipboard on a Button-Click 바다아이 9521
49 javascript/jquery jquery autocomplete , , . 바다아이 9099
48 javascript/jquery javascript, jquery, , autocomplete 바다아이 10085
47 javascript/jquery substring, substr, indexOf, lastIndexOf (javascript , , ) 바다아이 9351
| |









Copyright ⓒ 2001.12. bada-ie.com. All rights reserved.
이 사이트는 리눅스에서 firefox 기준으로 작성되었습니다. 기타 브라우저에서는 다르게 보일 수 있습니다.
[ Ubuntu + GoLang + PostgreSQL + Mariadb ]
서버위치 : 오라클 클라우드 춘천  실행시간 : 0.066
to webmaster... gogo sea. gogo sea.