모두 이루지리라 얍!

  • 홈

IT/javascript 13

[javascript] 자주 사용하는 함수

//dec->char 가져옴. String.fromCharCode(strCode) //시작시 호출 펑션 window.onload = function() { }

IT/javascript 2010.06.03

입력값 클립보드에 저장

function copyclipboard(intext) { if (window.clipboardData) { window.clipboardData.setData("Text", intext); return true; } else if (window.netscape) { try { netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect'); var clip = Components.classes['@mozilla.org/widget/clipboard;1'].createInstance(Components.interfaces.nsIClipboard); if (!clip) return; var trans = Components.classes['..

IT/javascript 2009.05.28

달의 마지막 날짜 구하기

var date = new Date(year, month, 0) return date.getDate();

IT/javascript 2009.03.31
이전
1 2
다음
더보기
  • 분류 전체보기 (296)
    • trading (9)
    • IT (207)
      • android (9)
      • aws (1)
      • db (21)
      • doker (6)
      • css (1)
      • docker (0)
      • eclipse (9)
      • etc (26)
      • firebase (4)
      • git (10)
      • grails (3)
      • html tag (3)
      • intellij (5)
      • java (7)
      • javascript (13)
      • linux (24)
      • postgresDB (2)
      • php (1)
      • python (16)
      • react (10)
      • spring (0)
      • svn (1)
      • trouble (2)
      • Miplatform (1)
      • magento (3)
      • meteor (5)
      • mac (7)
      • mysql (4)
      • nginx (3)
      • tensorflow (4)
      • vscode (2)
      • vue (3)
    • english (31)
    • life (13)
    • book (15)

Copyright © Kakao Corp. All rights reserved.

티스토리툴바