$(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/latif-allah-hatim/001.mp3" } ,{ title:"039 Az Zumar", mp3:"http://www.saint-coran.net/scn/scn/latif-allah-hatim/039.mp3" } ,{ title:"040 Ghafir", mp3:"http://www.saint-coran.net/scn/scn/latif-allah-hatim/040.mp3" } ,{ title:"046 Al Ahqaf", mp3:"http://www.saint-coran.net/scn/scn/latif-allah-hatim/046.mp3" } ], { swfPath: "js", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true }); });