목록분류 전체보기 (10)
도토리
if(typeof window.i!=='undefined'){clearInterval(window.i)}else{let lastText='';function check(){let toEl=$('.well--container--2edq4 span');let fromEl=$('p[data-purpose="transcript-cue-active"] span');let currentText=fromEl.html();if(lastText!==currentText){toEl.html(currentText)}lastText=fromEl.html()}window.i=setInterval(check,200)}
var videoElement = document.querySelector("video"); var audioCtx = new AudioContext(); var em_source = audioCtx.createMediaElementSource(videoElement); var gainNode = audioCtx.createGain(); gainNode.gain.value = 3; ★ em_source.connect(gainNode); gainNode.connect(audioCtx.destination);
https://jsfiddle.net/rishabh1990/dhb71vh8/
$('body').on('click', '.slick-arrow', function () { alert('click working') })
http://dougtesting.net/winwheel/docs/tut14_setting_the_prize
https://www.w3.org/TR/wai-aria-practices-1.1/examples/tabs/tabs-1/tabs.html Example of Tabs with Automatic Activation | WAI-ARIA Authoring Practices 1.1 Nils Frahm Agnes Obel Joke Nils Frahm is a German musician, composer and record producer based in Berlin. He is known for combining classical and electronic music and for an unconventional approach to the piano in which he mixes a grand piano, u..
기본 편집 ctrl+X 행 삭제 (빈 선택) editor.action.clipboardCutAction ctrl+C 행 복사 (빈 선택) editor.action.clipboardCopyAction ctrl+shift+k 행 삭제 editor.action.deleteLines ctrl+Enter 아래에 행 삽입 editor.action.insertLineAfter ctrl+shift+Enter 위에 행 삽입 editor.action.insertLineBefore alt+Down 행을 아래로 이동 editor.action.moveLinesDownAction alt+Up 행을 위로 이동 editor.action.moveLinesUpAction shift+alt+Down 위에 행 복사 추가 editor.act..
ctrl + q 브라켓 종료 ctrl + w 현재 파일 닫기 ctrl + e 편집 (퀵 에디트, 드래그한 태그에 적용되어 있는 css가 미니창으로 나옴) ctrl + d 줄 복사 ctrl + g 줄 검색 ctrl + h 찾아 바꾸기 ctrl + l 줄 선택 ctrl + 클릭 다중 커서 ctrl + shift + L Beautify 코드 자동 정리 ctrl + shift + ↑ 커서가 위치한 행 위로 이동 ctrl + shift + ↓ 커서가 위치한 행 아래로 이동 ctrl + shift + space 파라메터 정보 보기