Is it possible to get the video events using HTML5 and jQuery?
Events like:
You can find the events here: http://www.w3.org/2010/05/video/mediaevents.html
Example:
$("video").on("pause", function (e) {
console.debug("Video paused. Current time of videoplay: " + e.target.currentTime );
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With