国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jquery實(shí)現(xiàn)頁面常用的返回頂部效果

2019-11-20 10:27:07
字體:
供稿:網(wǎng)友

本文實(shí)例為大家分享了jquery實(shí)現(xiàn)返回頂部效果的全部代碼,供大家參考,具體內(nèi)容如下

效果圖:

實(shí)現(xiàn)代碼:

<!DOCTYPE html><html lang="en"><head>  <meta charset="UTF-8">  <title>返回頂部</title>  <style type="text/css">     *{       margin: 0;       padding: 0;     }     .wrap{       height: 2000px;     }     .gotop{       display: block;       width: 32px;       height: 32px;       background-color: red;       text-align: center;       text-decoration: none;       font-size: 14px;       font-weight: bold;       color: white;       line-height: 32px;       position: fixed;       right:50px;       bottom:50px;        opacity: 0;       /*top: 500px;*/     }  </style></head><body>   <div class="wrap">       <a href="###" class="gotop">TOP</a>   </div>   <script type="text/javascript" src="jquery-1.11.3.min.js"></script>   <script type="text/javascript">    $(function(){         // 當(dāng)滾動(dòng)條滾動(dòng)大于200時(shí)出現(xiàn),未大于,消失         $(window).scroll(function(){           if($(document).scrollTop()<200){             // alert("kk");             $(".gotop").stop().animate({                                opacity: 0                              },1000)           }           else{             $(".gotop").show().stop().animate({                                  opacity: 1                              },1000)           }        })       // 返回頂部       $(".gotop").on("click",function(){          $("html body").animate({             scrollTop:0          },1000)       })    })   </script></body></html>

希望本文所述對(duì)大家學(xué)習(xí)javascript程序設(shè)計(jì)有所幫助。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 武邑县| 沾化县| 富裕县| 瑞金市| 阜南县| 文山县| 高雄县| 鹤壁市| 天门市| 应用必备| 吉林市| 大埔区| 雷波县| 九台市| 青神县| 乐东| 鹤峰县| 贺州市| 库尔勒市| 汝南县| 马公市| 威远县| 纳雍县| 鄯善县| 天镇县| 平舆县| 芜湖县| 乌兰浩特市| 马鞍山市| 张家界市| 琼结县| 桃园县| 清远市| 乐平市| 苗栗县| 香港 | 新巴尔虎左旗| 大足县| 六盘水市| 开远市| 明溪县|