<video id="current_video" class="video-js" width="400" height="300" controls="controls" preload="auto"> <source src="video.mp4" type='video/mp4' /> $('body').on('click', function(e) { if (e.pageX <= 500 && e.pageY <= 500) { alert("cool"); } }); </video>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)