Skip to content

andrepolischuk/eventwheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventwheel

Mouse wheel event shim

Install

npm install --save eventwheel
component install andrepolischuk/eventwheel

API

eventwheel.bind(element, fn[, capture])

Bind event mousewheel handler

eventwheel.bind(element, function(e) {

});

eventwheel.unbind(element, fn[, capture])

Unbind event mousewheel handler

eventwheel.unbind(element, fn);

License

MIT

About

Mouse wheel event shim

Resources

License

Stars

Watchers

Forks

Packages

No packages published