且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jQuery jPlayer - 如何在播放新玩家之前阻止所有玩家?

更新时间:2023-12-05 17:46:16

已解决

刚刚为播放触发器分配了onclick功能并且功能确实如此:

just assigned onclick function to the play trigger and the functions does:



function stopall(){
    $(".jplyrselectr").jPlayer("stop");
}