javascript - Making Jquery continue to next song -


i trying make after song in audio player finishes go mp3 have set in javascript, how can go doing this? 2nd mp3 set <?php echo isset( $_get['mp32'] ) ? $_get['mp32'] : ''; ?>

<audio class="audio" autoplay controls>     <source src="<?php echo isset( $_get['mp3'] ) ? $_get['mp3'] : ''; ?>"> </audio> 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -