perfect-scrollbar/min/perfect-scrollbar.min.js

3 lines
305 B
JavaScript
Raw Normal View History

2012-11-06 21:00:37 +08:00
/* Copyright (c) 2012 HyeonJe Jun (http://github.com/noraesae)
* Licensed under the MIT License
2012-11-06 21:35:27 +08:00
*/(function(e){e.fn.perfectScrollbar=function(){e(this).mousewheel(function(t,n,r,i){e(this).scrollTop(e(this).scrollTop()-i*10),e(this).scrollLeft(e(this).scrollLeft()+r*10),t.preventDefault()})}})(jQuery);