File: README.md

package info (click to toggle)
node-jquery-mousewheel 1%3A3.1.13-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: javascript: 6,708; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# browserify test

First run

```js
npm install jquery-browserify
```

Then run

```js
browserify main.js > bundle.js
```

Then open index.html and console and scroll with the mousewheel. Should see the events being logged.