このコードは私にこのエラーを与えています:missing : after property list
エラーコメントはどこにありますか?
$("#jquery_jplayer_1-<?php echo $key.'-'.$j; ?>").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
<?php echo $info['extension'];?>: "<?php echo "AudioFiles/".$a; ?>"
});
},
$(this).bind($.jPlayer.event.play, function() { //ERROR HERE
$(this).jPlayer("pauseOthers");
},
solution:"flash,html",
swfPath: "jquery",
supplied: "<?php echo $info['extension'];?>"
});
このエラーを修正する方法を知りたいのですがpauseOthers
、このドキュメントを見て関数を正しく 実装していますか? DOCUMENTATION