I implemented the jplayer playlist, because it moves to next song when first one gets finished.
But the thing is, I don't want song names to be displayed on my page.
If I remove this piece of code:
<div class="jp-playlist">
<ul>
<li></li>
</ul>
</div>
The player won't play automatically, it needs to go to 2nd song and then works properly. I want it to play automatically when page loads, thanks in advance.
Just after your jplayer is initialized, instead remove, why don"t you just hide this like that :
$('.jp-playlist').hide();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With