nd-wheel

3.0.2 • Public • Published

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();
});

Readme

Keywords

none

Package Sidebar

Install

npm i nd-wheel

Weekly Downloads

0

Version

3.0.2

License

none

Last publish

Collaborators

  • imliwenfu