Drag progress bar forward and backward
I have a div that acts like a progress bar, moving and displaying the status of a current song that is being played. How can I drag that "progres开发者_StackOverflow中文版s bar" forward and backward to allow a person top seek through a song?
It might be easier to just use the JQuery UI Slider if you don't mind adding JQuery to your app.
精彩评论