Jplayer 2.2.0: Display Track Title In Separate Div On Page Load
I'm working with jPlayer directly since the mp3-jplayer plugin for WordPress broke with the WP 3.5 update, and it seems to be abandoned by the developer. One of the nice features o
Solution 1:
Jplayer also provides a ready event: $.jPlayer.event.ready
. It should be possible to use this to do the same thing once the player has loaded.
Post a Comment for "Jplayer 2.2.0: Display Track Title In Separate Div On Page Load"