复制代码 代码如下: 无标题文档 <BR> <BR>$(document).ready(function(){ <BR> $("#btn1").toggle(function(){ <br><br> $("p").fadeOut("slow"); <BR> },function(){ <BR> $("p").fadeIn("slow"); <br><br> }); <BR> $("#btn2").toggle(function(){ <br><br> $("p").fadeTo("slow",0.66); <BR> },function(){ <BR> $("p").fadeTo("slow",0.66); <BR> }); <BR> }); <br><br> this is pi this is pi this is pi this is pi this is pi this is pi