From e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 5 Mar 2017 16:39:28 +0100 Subject: git init --- http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js (limited to 'http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js') diff --git a/http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js b/http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js new file mode 100644 index 0000000..cbb9fe5 --- /dev/null +++ b/http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js @@ -0,0 +1,5 @@ +/*! + * jQuery Scrollstop Plugin v1.1.0 + * https://github.com/ssorallen/jquery-scrollstop + */ +(function(e){var b=e.event.dispatch||e.event.handle;var a=e.event.special,d="D"+(+new Date()),c="D"+(+new Date()+1);a.scrollstart={setup:function(h){var g=e.extend({latency:a.scrollstop.latency},h);var i,f=function(l){var j=this,k=arguments;if(i){clearTimeout(i)}else{l.type="scrollstart";b.apply(j,k)}i=setTimeout(function(){i=null},g.latency)};e(this).bind("scroll",f).data(d,f)},teardown:function(){e(this).unbind("scroll",e(this).data(d))}};a.scrollstop={latency:250,setup:function(h){var g=e.extend({latency:a.scrollstop.latency},h);var i,f=function(l){var j=this,k=arguments;if(i){clearTimeout(i)}i=setTimeout(function(){i=null;l.type="scrollstop";b.apply(j,k)},g.latency)};e(this).bind("scroll",f).data(c,f)},teardown:function(){e(this).unbind("scroll",e(this).data(c))}}})(jQuery); \ No newline at end of file -- cgit v1.2.3