jplayer ready event with playlist addon
问题 Further to my previous post about when/where to dynamically add items to a playlist, it appears that the jPlayer ready event handler function is not available when the Playlist add-on is used, as can be seen by a simple example: $(function () { var MyPlayList = new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_1", cssSelectorAncestor: "#jp_container_1" }, [], { smoothPlayBar: true, supplied: "mp3" }); $("#jquery_jplayer_1").jPlayer({ ready: function () { alert('here'); } }); Whether this is