/*! * headroom.js v0.9.3 - give your page some headroom. hide your header until you need it * copyright (c) 2016 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);