Socket
Socket
Sign inDemoInstall

jquery-mousewheel

Package Overview
Dependencies
0
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

3.1.13

Diff

Changelog

Source

3.1.13

  • Update copyright notice and license to remove years
  • Create the correct compressed version
  • Remove the obsolete jQuery Plugin Registry file
brandonaaron
published 3.1.12 •

Changelog

Source

3.1.12

  • Fix possible 0 value for line height when in delta mode 1
brandonaaron
published 3.1.11 •

Changelog

Source

3.1.11

  • Fix version number for package managers...
brandonaaron
published 3.1.9 •

Changelog

Source

3.1.9

  • Fix bower.json file
  • Updated how the deltas are adjusted for older mousewheel based events that have deltas that are factors of 120.
  • Add $.event.special.mousewheel.settings.adjustOldDeltas (defaults to true) to turn off adjusting of old deltas that are factors of 120. You'd turn this off if you want to be as close to native scrolling as possible.
brandonaaron
published 3.1.8 •

Changelog

Source

3.1.8

  • Even better handling of older browsers that use a wheelDelta based on 120
  • And fix version reported by $.event.special.mousewheel
brandonaaron
published 3.1.7 •

Changelog

Source

3.1.7

  • Better handle the deltaMode values 1 (lines) and 2 (pages)
  • Attempt to better handle older browsers that use a wheelDelta based on 120
brandonaaron
published 3.1.6 •

Changelog

Source

3.1.6

  • Deprecating delta, deltaX, and deltaY event handler arguments
  • Update actual event object with normalized deltaX and deltaY values (event.deltaX, event.deltaY)
  • Add deltaFactor to the event object (event.deltaFactor)
  • Handle > 0 but < 1 deltas better
  • Do not fire the event if deltaX and deltaY are 0
  • Better handle different devices that give different lowestDelta values
  • Add $.event.special.mousewheel.version
  • Some clean up
brandonaaron
published 3.1.4 •

Changelog

Source

3.1.4

  • Always set the deltaY
  • Add back in the deltaX and deltaY support for older Firefox versions
brandonaaron
published 3.1.3 •

Changelog

Source

3.1.3

  • Include MozMousePixelScroll in the to fix list to avoid inconsistent behavior in older Firefox
published 3.0.4 •

Changelog

Source

3.0.4

  • Fix IE issue
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc