$(document).ready(function(){ new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_2", cssSelectorAncestor: "#jp_container_2" }, [ { title:"001 Al Fatiha", mp3:"http://www.saint-coran.net/scn/scn/bandar-al-jadi/001.mp3" } ,{ title:"009 At Tawba", mp3:"http://www.saint-coran.net/scn/scn/bandar-al-jadi/009.mp3" } ,{ title:"023 Al Mumenoon", mp3:"http://www.saint-coran.net/scn/scn/bandar-al-jadi/023.mp3" } ], { swfPath: "js", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true }); });