I am not sure what element would be best for the following purpose:
I made a audio player using Web Audio API in Javascript that shows the progress of the sound using the HTML5 progress tag. However, now I want to make it clickable, so that when I click it I get the value of where I can clicked and I adjust the sound file accordingly. I wanted to know which element to use. I am thinking jQuery slider UI.