var today = new Date(); var yyyy = today.getFullYear().toString(); var mm = today.getMonth().toString(); var dd = today.getDate().toString(); /* 9시30분 부터 18시까지만 toDO실행 */ var startDate = new Date(yyyy,mm,dd,09,30,0); var endDate = new Date(yyyy,mm,dd,18,0,0); if (today = startDate) { toDO(); }
javascript의 this에 대해서 궁금했는데 잘 설명해 놓은 글이 있어서 링크해놓는다. http://www.quirksmode.org/js/this.html Owner 아래에서 this는 어떤 것을 가리키고 있을까? function doSomething() { this.style.color = '#cc0000';} 자바스크립트에서 this는 항상 "owner"를 가리킨다. owner란 function을 실행시킨 객체를 가리키며 다른말로, function을 소유하고 있는 object라고 이해하면 되겠다. 위에서 this는 window object를 가리킨다. ------------ window --------------------------------------| / \ || | || this || ..
Airbnb JavaScript 스타일 가이드() {목차TypesObjectsArraysStringsFunctionsPropertiesVariablesHoistingConditional Expressions & EqualityBlocksCommentsWhitespaceCommasSemicolonsType Casting & CoercionNaming ConventionsAccessorsConstructorsEventsModulesjQueryES5 CompatibilityTestingPerformanceResourcesIn the WildTranslationThe JavaScript Style Guide GuideContributorsLicense 본문 - https://github.com/tipjs/jav..
Java Script Code to Find Key codedocument.onkeydown = checkKeycodefunction checkKeycode(e) {var keycode;if (window.event) keycode = window.event.keyCode;else if (e) keycode = e.which;alert("keycode: " + keycode);}Key Code Reference TableKey PressedJavascript Key Codebackspace8tab9enter13shift16ctrl17alt18pause/break19caps lock20escape27page up33page down34end35home36left arrow37up arrow38right a..
window-------------frame ---form-----------texarea navigator-----plugin --------document-----------layer ---test -----mimetype --------location ---link ---fileupload --------history ---image ---password ---area ---hidden ---anchor ---submit ---applet ---reset ---plugin ---radio ---checkbox ---button ---select--------------option######################### 개체(Object) : 개체라는 말은 상당히 추상적이다. 이 개념을 알려면 ..
- Total
- Today
- Yesterday
- IE는언제없어지나
- 사용자삭제
- IE모드
- 트위터 타임라인 위젯
- 락걸림
- internal error
- oracle 줄바꿈
- 로그초기화
- 자바스크립트
- 명령어
- 대체어
- html
- Java
- this
- 오라클 세션
- 웹투비
- 트위터 위젯
- 오라클 락
- 시간비교
- 시간지정
- 0으로
- jeus
- Oracle
- 오라클
- lock
- javascript
- jQuery
- webtob
- 오라클 복구
- 음수를
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |