<div class="item-img"> <video preload="none" poster="http://cg.80zx.com.cn/5926048b10237841f731ac435a97bdd0-thumbnail.jpg!w400" src="http://cg.80zx.com/5926048b10237841f731ac435a97bdd0.mp4"> </video> </div>
则对应的js写法:
$('.item-img video').hover(function () { this.play(); }, function () { this.pause(); });
如果本文对你有帮助,欢迎打赏本站