You can do this without jQuery: var videoElement = document.createElement( 'video' ); videoElement.setAttribute('webkit-playsinline' ...
確定! 回上一頁