- "; // Associate playlist items with their media $(this.cssSelector.playlist + " ul").append(listItem); $(this.cssSelector.playlist + "_item_" + i).data("index", i).click(function() { var index = $(this).data("index"); if(self.current !== index) { self.playlistChange(index); } else { $(self.cssSelector.jPlayer).jPlayer("play"); } $(this).blur(); return false; }); // Disable free media links to force access via right click if(this.playlist[i].free) { $.each(this.playlist[i], function(property,value) { if($.jPlayer.prototype.format[property]) { // Check property is a media format. $(self.cssSelector.playlist + "_item_" + i + "_" + property).data("index", i).click(function() { var index = $(this).data("index"); $(self.cssSelector.playlist + "_item_" + index).click(); $(this).blur(); return false; }); } }); } } }, playlistInit: function(autoplay) { // Add img element to artwork container to then provide src through playlistConfig //$(".c7s-media-player .artwork").append("
Uncategorized
New Site Coming Soon
- casca
- · Uncategorized