목록JS (6)
도토리
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..