html5 video 画中画
var a = document.getElementsByTagName("video") 1、进入画中画 a[0].requestPictureInPicture() 2、退出画中画 document.exitPictureInPicture() 3、监听进入 a[0].onenterpictur…
var a = document.getElementsByTagName("video") 1、进入画中画 a[0].requestPictureInPicture() 2、退出画中画 document.exitPictureInPicture() 3、监听进入 a[0].onenterpictur…
window.requestAnimFrame = (function() { return window.requestAnimationFrame |…
<html> <style> html,body{ width:100%; &…
that.parentNode.children[1].addEventListener("transitionend",function(){console.log("aaa")});
父元素设置 display:flex flex-direction: row; 子元素设置 flex:1
var d = new Date(2017,2,0); console.log(d.getDate());
设置input display:none 通过click事件调用input选择文件事件 <input type="file" id="upfile" name="file" placeholder="" style="di…