...
|
...
|
@@ -190,9 +190,9 @@ |
|
|
getDuration(audio.eq(key),vo)
|
|
|
});
|
|
|
$(".audio_style").click(function() {
|
|
|
console.log($('.audio_style').index(this));
|
|
|
var index = $('.audio_style').index(this);
|
|
|
$(audio).each(function (key, vo) {
|
|
|
if(key == $('.audio_style').index(this)){
|
|
|
if(key == index){
|
|
|
console.log(key);
|
|
|
vo.play();
|
|
|
/*var audioTimer = setInterval(function() {
|
...
|
...
|
|