I am making a player of my own, what I need is to be able to move through the video with clicks in the progress bar, here the progress bar:
<player-progress-bar>
<div style='width:100%'>
<div class='hr-yt-played' style='width: 0%;'/>
<div class='hr-yt-loaded' style='width: 0%;'/>
</div>
</player-progress-bar>
Is it possible to know with jQuery or javascript in which part of the progress bar was clicked? Thanks