1
沒有人知道我會把這個代碼?在WordPress ..香港專業教育學院把它funtions.php以及頁腳頁眉和我得到的是一個字符串錯誤或編寫的代碼把JAvascript代碼懸停在視頻效果的地方
var vid = document.getElementsByTagName("video");
[].forEach.call(vid, function (item) {
item.addEventListener('mouseover', hoverVideo, false);
item.addEventListener('mouseout', hideVideo, false);
});
function hoverVideo(e)
{
this.play();
}
function hideVideo(e)
{
this.pause();
}
它在JavaScript
至於HTML代碼我把在帖子或網頁的文本編輯器
這裏是影響我嘗試>http://jsfiddle.net/ymV8J/10/