🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Luna is a simple jQuery & jQuery UI plugin that helps you create a HTML5 MP3 audio player with custom controls on the webpage.

jQuery-UI audio-player

Documentation

jQuery-Luna

html5 audio player

jQuery-Luna is a simple mp3 audio player.

  • Plays only mp3 files.
  • Supports several files.
  • Supports play, pause, next, prev actions.
  • Supports volume control.
  • Supports progress bar using jQuery UI

Demo URL

Usage:

$("your-selector").luna({ 	songs:["path/to/your/file1.mp3", "path/to/your/file2.mp3",...], 	onStatusChange: function(e){ 		console.log(e); 	} });

You May Also Like