文件名称:js固定效果插件
文件大小:5KB
文件格式:JS
更新时间:2018-12-19 04:59:24
affix.js
一个js的固定效果插件,代码如下: $('#myAffix').affix({ offset: { top: 50 , bottom: function() { return(this.bottom = $('#footer').outerHeight(true)); } } }); .affix { position: fixed; top: 50px; } .affix-bottom { position: absolute; }