摘要:
var music=$("#music>a");music.toggle(function(){ $(this).css("background","url(img/stop.png) 5px center no-repeat");media.pause();},function(){$(this).css("background","url(img/play.gif) 5px center no-repeat");media.play();});MUSIC 阅读全文