$(document).ready(function(){ /**** 边栏效果开始 ****/ $("h3").toggle(function(){ $(this).parents(".flex").find(".fvbox").hide('slow'); // $(this).find("img").attr("src",collapse_image); },function(){ $(this).parents(".flex").find(".fvbox").show('fast'); // $(this).find("img").attr("src",expand_image); }); /**** 边栏效果结束 ****/ /**** 边栏效果开始 ****/ $("os").toggle(function(){ $(this).parents(".flex").find(".fvbox").show('fast'); // $(this).find("img").attr("src",collapse_image); },function(){ $(this).parents(".flex").find(".fvbox").hide('slow'); // $(this).find("img").attr("src",expand_image); }); /**** 边栏效果结束 ****/ /**** MP3 Play 开始 ****/ $('a[@href$="mp3"]').flash( { src: '/blog/wp-content/themes/lonely-age/js/play.swf', height: 20, width: 200 }, { version: 7 }, function(htmlOptions) { $this = $(this); htmlOptions.flashvars.file = $this.attr('href'); $this.before($.fn.flash.transform(htmlOptions)); } ); /**** MP3 Play 结束****/ });// end ready