diff options
author | horchi <vdr@jwendel.de> | 2017-03-05 16:39:28 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-05 16:39:28 +0100 |
commit | e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (patch) | |
tree | 726f70554b4ca985a09ef6e30a7fdc8df089993c /http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js | |
download | vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.gz vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.bz2 |
git init1.1.103
Diffstat (limited to 'http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js')
-rw-r--r-- | http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js | 5 |
1 files changed, 5 insertions, 0 deletions
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 |