kokjan/vendor/bower-asset/jquery-mousewheel/test/browserify/README.md

16 lines
224 B
Markdown
Raw Normal View History

2026-02-25 06:59:34 +00:00
# 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.