mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
Deploying to gh-pages from @ agdamsbo/freesearcheR@2588cf2b4f 🚀
This commit is contained in:
parent
c3e4c9c9a5
commit
367892ec75
75 changed files with 25848 additions and 0 deletions
7
deps/headroom-0.11.0/jQuery.headroom.min.js
vendored
Normal file
7
deps/headroom-0.11.0/jQuery.headroom.min.js
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/*!
|
||||
* headroom.js v0.9.4 - Give your page some headroom. Hide your header until you need it
|
||||
* Copyright (c) 2017 Nick Williams - http://wicky.nillia.ms/headroom.js
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
!function(a){a&&(a.fn.headroom=function(b){return this.each(function(){var c=a(this),d=c.data("headroom"),e="object"==typeof b&&b;e=a.extend(!0,{},Headroom.options,e),d||(d=new Headroom(this,e),d.init(),c.data("headroom",d)),"string"==typeof b&&(d[b](),"destroy"===b&&c.removeData("headroom"))})},a("[data-headroom]").each(function(){var b=a(this);b.headroom(b.data())}))}(window.Zepto||window.jQuery);
|
||||
Loading…
Add table
Add a link
Reference in a new issue