Play song at specific time position from a playlist
问题 I am using jPlayer plugin. In example there are 13 songs in playlist. I want to set a start time (currentTime) for each song like : 1st song starts from 2 sec, 2nd song start from 3 sec and 5th song start from 4 sec. Here is an example jsFiddle. In this example I added var tag = $('.audio-tag audio')[0]; to find current playing song globally but it is out of jPlayer plugin. How to get current audio tag & number to set currentTime for each song of jPlayer playlist? 回答1: SOLUTION var $jp = $('