问题
I used a jPlayer control to play a music part and songs. I want to get the specific time during the jPlayer play, but i can't.
How can i get the current time of the song playing?
回答1:
Take this:
$("#yourPlayer").data("jPlayer").status.currentTime
Also, take a look here: jPlayer 2.0 Elapsed/Remaining Time
来源:https://stackoverflow.com/questions/13785631/how-can-i-get-the-current-time-of-the-song-playing-in-jplayer