jellyfin-web/dashboard-ui/bower_components/headroomjs/dist/jQuery.headroom.js

1 line
451 B
JavaScript
Raw Normal View History

2017-01-27 16:07:14 -07:00
!function($){$&&($.fn.headroom=function(option){return this.each(function(){var $this=$(this),data=$this.data("headroom"),options="object"==typeof option&&option;options=$.extend(!0,{},Headroom.options,options),data||(data=new Headroom(this,options),data.init(),$this.data("headroom",data)),"string"==typeof option&&data[option]()})},$("[data-headroom]").each(function(){var $this=$(this);$this.headroom($this.data())}))}(window.Zepto||window.jQuery);