3.0.2 • Published 8 years ago

nd-wheel v3.0.2

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

nd-wheel

Travis Coveralls NPM version

滚轮事件

安装

$ npm install nd-wheel --save

使用

var wheel = require('nd-wheel');
// use wheel
wheel(input, function(type, prevent) {
  prevent();

  if (type === 'up') {
    // increase
  } else if (type === 'down') {
    // descrease
  }

  input.select();
});
3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

0.0.0

8 years ago