Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなもので入手できますか?
$("#jquery_jplayer_1").jPlayer("getDuration") ?
前もって感謝します!
jPlayer は、再生中のファイルに関する情報を、dataそれがバインドされている要素のコレクションに入れます。これを試して:
data
var duration = $("#jquery_jplayer_1").data("jPlayer").status.duration;