For a progress bar of music, like youtube progress bar. I just want use this with a JS/JQuery.
For example, if I had this code:
<div style="pointer:cursor;width:250px;background:#cccccc"> </div>
and lets say I click exact on the half of this div element,I want that JS returns 125px.Is there any way to do so?