I need to stop all other instances of jPlayer before playing a new one when i click play.
Thanks for you help.
maybe $("#jpId1, #jpId2, #jpId3").stop();
$("#jpId1, #jpId2, #jpId3").stop();
SOLVED
just assigned onclick function to the play trigger and the functions does:
function stopall(){ $(".jplyrselectr").jPlayer("stop"); }