Skip to content

ZakharDay/SimplePlaylist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTML5 Audio Playlist Demo

Usage

At first you need to include jQuery 1.4.0 or latest, jquery.simpleplaylist.js and simpleplaylist.css.

Then initialize the player after document loaded, e.g.:

$(document).ready(function() {
  $('.playlist').playlist();
});

Style

You can easly use CSS to style up this simple player by change of simpleplaylist.css or define it in your CSS files.

Credits

This is a fork from Yuanhao Li's Simple Player http://github.com/yuanhao/Simple-Player

With some math from Neutron Creations blogpost http://neutroncreations.com/blog/building-a-custom-html5-audio-player-with-jquery/

About

Simple html5 audio playlist for jQuery

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 45.1%
  • JavaScript 36.3%
  • CSS 18.6%