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

首頁 > 編程 > JavaScript > 正文

javascript跟隨滾動效果插件代碼(javascript Follow Plugin)

2019-11-20 22:27:31
字體:
供稿:網(wǎng)友
Js 跟隨滾動效果插件
支持定義多個跟隨ID,采用css fixed屬性,不支持ie6,兼容其他主流瀏覽器。
支持定義滾動到底部的最小高度,不會覆蓋底部
頁面大小resize后,插件會自動重置參數(shù)
=======
Js 跟隨滾動效果插件
1.支持定義多個跟隨ID,采用css fixed屬性,不支持ie6,兼容其他主流瀏覽器。
2.支持定義滾動到底部的最小高度,不會覆蓋底部
3.頁面大小resize后,插件會自動重置參數(shù)
=======
使用方法
 代碼如下
 
復(fù)制代碼 代碼如下:

 <script type="text/javascript" src="follow.js"></script>
window.onload = function(){
 var followIds = [document.getElementById("follow"),document.getElementById("follow2")];
 new Follow({
  obj:followIds,
  bottom:150
 });
}
 

 完整實例
 代碼如下
 
復(fù)制代碼 代碼如下:

 <!DOCTYPE html>
<html lang="zh-CN">
<head profile="http://gmpg.org/xfn/11">
<meta charset="UTF-8">
<title>Js Follow</title>
<style>
html,body{width:100%;margin:0;padding:0;}
div{padding:0;margin:0;text-align:center;font-size:40px;font-weight:bold;color:#fff;}
.clear:after{content:"";display:block;height:0;clear:both;visibility: hidden;overflow:hidden;}
.clear{*zoom:1;}
.wrap{width:1000px;margin:0 auto;}
.header{width:100%;background:#1BA1E2;height:200px;line-height:300px;}
.footer{width:100%;background:#666;height:150px;line-height:100px;}
.content{width:100%;margin:0 auto;background:#aaa;}
.left{width:70%;float:left;background:#8CBF26;}
.text{padding:50px;text-align:left;word-break:break-all;line-height:36px;font-size:16px;font-weight:normal;}
.right{width:30%;float:left;}
.aside{padding:10px 0px;margin-top:50px;background:#F09609;width:300px;height:150px;}
.aside2{padding:10px 0px;background:#DB4F33;}
</style>
</head>
<body>
 <div class="wrap">
  <div class="header">Header</div>
  <div class="content clear">
   <div class="left">
    <div class="text">
    使用方法:<br/>
    1.載入插件,在頁面載入之后,window.onload = function(){}<br/>
    2.創(chuàng)建需要跟隨的對象的數(shù)組,比如 var followIds = [document.getElementById("follow"),document.getElementById("follow2")];<br/>
    3.初始化Follow:new Follow();<br/>
    4.傳參,obj是對象數(shù)組,bottom是滾動塊距離底部的最小的高度<br/>
    <hr/>
<pre style="word-break:break-all;word-wrap:break-word;width:600px;">
<script type="text/javascript" src="follow.js"></script>
window.onload = function(){
 var followIds = [document.getElementById("follow"),document.getElementById("follow2")];
 new Follow({
  obj:followIds,
  bottom:150
 });
}
</pre>
    </div>
    <br/><br/><br/><br/><br/><br/><br/><br/><br/>
   </div>
   <div class="right">
    <div class="aside" id="follow">
     跟隨滾動<br/>模塊1
    </div>
    <div class="aside2" id="follow2">
     跟隨滾動<br/>模塊2
    </div>
   </div>
  </div>
  <div class="footer">Footer</div>
 </div>
<script type="text/javascript" src="follow.min.js"></script>
<script>
window.onload = function(){
 var followIds = [document.getElementById("follow"),document.getElementById("follow2")];
 new Follow({
  obj:followIds,
  bottom:150
 });
}
</script>
</body>
</html>
 
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 阳新县| 定南县| 广丰县| 友谊县| 剑阁县| 米林县| 湖南省| 辛集市| 宝丰县| 衡阳县| 宜川县| 阜平县| 英超| 霍城县| 庄浪县| 黔江区| 茌平县| 五华县| 文安县| 涪陵区| 墨脱县| 墨江| 南澳县| 元江| 怀安县| 牡丹江市| 灵丘县| 神池县| 措勤县| 平罗县| 上栗县| 颍上县| 苏州市| 永康市| 柳河县| 六盘水市| 塔河县| 湖南省| 周宁县| 中牟县| 于都县|