Skip to content

Releases: MohammadYounes/jquery-scrollLock

3.1.0

16 Jun 21:34
Compare
Choose a tag to compare
  • Add unblock option to allow scrolling children when parent is locked.

3.0.0

16 Jun 21:31
Compare
Choose a tag to compare
  • Add keyboard support for webkit browsers.
  • Update Wheel event detection according to MDN recommendation.
  • License updated to GPL3.

Version 2.2

09 Feb 20:57
Compare
Choose a tag to compare
  • Support for overriding strict behavior, Only elements passing the strictFn check will be locked.
  • The default strictFn checks if the element requires a scroll bar rather than having a visible one.

Version 2.1

04 Feb 13:05
Compare
Choose a tag to compare
  • Support for touch screens.
  • Support for CSS animations.

Version 2.0

04 Feb 12:57
Compare
Choose a tag to compare
  • Redefined plugin API.
  • Ability to set options via data-* attributes, as in data-strict="true"
  • Support for events, as in $('#target).on('top.scrollLock', function (evt) { ...})

Version 1.0

04 Sep 20:18
Compare
Choose a tag to compare

First release, find usage details here.