File: index.html

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 (4 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
<script src="bundle.js"></script>
<script>
    $(document).bind('mousewheel', function(e) { console.log(e); });
</script>