shimThis.js:一个简单的jQuery插件,将一个元素“匀场”到另一个元素上

时间:2024-05-30 07:06:59
【文件属性】:

文件名称:shimThis.js:一个简单的jQuery插件,将一个元素“匀场”到另一个元素上

文件大小:57KB

文件格式:ZIP

更新时间:2024-05-30 07:06:59

JavaScript

shimThis.js 一个简单的jQuery插件,可将一个元素“匀场”到另一个元素上。 设定值 ontop:要填充的元素 $("section.shim").shimThis({ ontop: 'header.site', }); 偏移量:垫片的偏移量 $("#site-shim").shimThis({ offset: '400px', }); 也可以结合 [removed] $offset = $("section.shim article").first().outerHeight()/2; $("section.shim").shimThis({ ontop: 'header.site', offset: $offset+'px' }); [removed]


【文件预览】:
shimThis.js-master
----LICENSE(1KB)
----shimThis.js(1KB)
----README.md(585B)
----screenshots()
--------shimThis.jpg(72KB)

网友评论