最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

基于jquery實(shí)現(xiàn)的文字淡入淡出效果

 更新時(shí)間:2013年11月14日 17:25:42   作者:  
這篇文章介紹了jquery實(shí)現(xiàn)的文字淡入淡出效果實(shí)例,有需要的朋友可以參考一下

復(fù)制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<title>無(wú)標(biāo)題文檔</title> 
<script type="text/javascript" language="javascript" src="../../jquery-1.7.1.min.js"> 
</script> 
<script language="javascript"> 
$(document).ready(function(){ 
    $("#btn1").toggle(function(){ 

            $("p").fadeOut("slow"); 
            },function(){ 
                $("p").fadeIn("slow");    

        }); 
        $("#btn2").toggle(function(){ 

            $("p").fadeTo("slow",0.66); 
            },function(){ 
                $("p").fadeTo("slow",0.66);  
        });  
    }); 

</script> 
</head> 

<body> 
<p style="background:#3F3">this is pi<br> 
this is pi<br> 
this is pi<br> 
this is pi<br> 
this is pi<br> 
this is pi<br> 
</p> 
<input type="button" value="淡入/淡出" id="btn1"> 
</body> 
<input type="button" value="淡入/淡出 效果 透明度0.66" id="btn2"> 
</html> 

相關(guān)文章

最新評(píng)論

松滋市| 治多县| 吉木萨尔县| 偃师市| 花莲县| 万全县| 镇宁| 新巴尔虎左旗| 阿勒泰市| 左贡县| 揭阳市| 肇州县| 桐梓县| 屏东市| 巴林左旗| 石城县| 乐昌市| 双桥区| 葵青区| 鲜城| 奉贤区| 吴川市| 陆河县| 临湘市| 池州市| 达拉特旗| 岳普湖县| 新绛县| 开阳县| 霍山县| 阿拉善右旗| 上栗县| 民丰县| 武义县| 岑巩县| 大庆市| 正阳县| 富蕴县| 陵川县| 盐津县| 平定县|