使用方法
引入文件
<script src="js/jquery.min.js"></script>
<script src="js/posfixed.js"></script>
HTML
<div id="example1">
</div>
JavaScript
$(function(){
$("#example1").posfixed({
distance : 0,
pos : 'top',
type : 'while',
hide : false
});
});
参数
参数
|
类型
|
说明
|
默认值
|
direction
|
字符串
|
方向,相对于顶部(top)或底部(bottom)固定
|
top
|
type
|
字符串
|
固定的方式,可选 while 或 always,while 为滚动条滚动到 distance 的数值时固定;always 为一直固定
|
while
|
hide
|
布尔值
|
是否自动隐藏固定的对象
|
false
|
distance
|
整数
|
离顶部或底部的数值
|
0
|
tag
|
对象
|
导航到一个元素
|
null
|
演示功能:https://www.dowebok.com/demo/2013/21/
用心去打造出中国最独具特色的资源网站,用每一滴汗水换回所有付出所得的喜悦!
发表评论