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.
$('.gallery li:not(.current) a').click(function () { jwplayer().stop(); });
...は機能しますが、1人のプレーヤーに対してのみ、複数のプレーヤーが別々のタブで実行されている場合、すべてを停止することはありません。
実行中のすべてのプレーヤーを停止するにはどうすればよいですか?
この投稿はあなたの問題を解決するかもしれません:
http://www.longtailvideo.com/support/forums/jw-player/javascript-interaction/24499/jwplayerstop-how-to-use-this-code-for-multiple-players/