Sha256: 0490f85f3f8ddc8527cfdae172417b5e85027664c82117557e6d496ef336a67d

Contents?: true

Size: 1.13 KB

Versions: 139

Compression:

Stored size: 1.13 KB

Contents

/*! Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 *
 * Version: 3.0.2
 * 
 * Requires: 1.2.2+
 */

(function(b){function d(a){var f=[].slice.call(arguments,1),e=0;a=b.event.fix(a||window.event);a.type="mousewheel";if(a.wheelDelta)e=a.wheelDelta/120;if(a.detail)e=-a.detail/3;f.unshift(a,e);return b.event.handle.apply(this,f)}var c=["DOMMouseScroll","mousewheel"];b.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],d,false);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a],
d,false);else this.onmousewheel=null}};b.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);

Version data entries

139 entries across 123 versions & 19 rubygems

Version Path
muck-contents-0.2.26 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-users-0.3.19 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-commerce-0.2.8 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-commerce-0.2.7 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.29 public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.29 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-users-0.3.18 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-invites-0.1.12 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.27 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.27 public/javascripts/jquery/jquery.mousewheel.js
muck-contents-0.2.25 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-contents-0.2.24 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-contents-0.2.23 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.26 public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.26 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-commerce-0.2.6 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-commerce-0.2.5 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.25 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.25 public/javascripts/jquery/jquery.mousewheel.js
muck-engine-0.4.24 test/rails_root/public/javascripts/jquery/jquery.mousewheel.js