Change Tumblr audio player color with Javascript
问题 I'm forced to load the tumblr audio player in my theme via JavaScript because of this issue. The loading happens as follows: $(window).load(function() { setTimeout(function() { $('.audio-player').each(function(){ var audioID = $(this).parents(".audio").attr("id"); var $audioPost = $(this); var color = "000000"; //new color $.ajax({ url: '/api/read/json?id=' + audioID, dataType: 'jsonp', timeout: 50000, success: function(data){ if ($audioPost.html().indexOf("is required to") != -1) {