jam*_*der 18 jquery html5 jquery-mobile
是否可以使用HTML5和jQuery获取视频事件?
事件如:
mac*_*ool 25
您可以在此处找到这些活动:http: //www.w3.org/2010/05/video/mediaevents.html
例:
$("video").on("pause", function (e) {
console.debug("Video paused. Current time of videoplay: " + e.target.currentTime );
});
Run Code Online (Sandbox Code Playgroud)