Skip to content

Releases: MohammadYounes/jquery-scrollLock

3.1.0

Choose a tag to compare

@MohammadYounes MohammadYounes released this 16 Jun 21:34
  • Add unblock option to allow scrolling children when parent is locked.

3.0.0

Choose a tag to compare

@MohammadYounes MohammadYounes released this 16 Jun 21:31
  • Add keyboard support for webkit browsers.
  • Update Wheel event detection according to MDN recommendation.
  • License updated to GPL3.

Version 2.2

Choose a tag to compare

@MohammadYounes MohammadYounes released this 09 Feb 20:57
  • 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

Choose a tag to compare

@MohammadYounes MohammadYounes released this 04 Feb 13:05
  • Support for touch screens.
  • Support for CSS animations.

Version 2.0

Choose a tag to compare

@MohammadYounes MohammadYounes released this 04 Feb 12:57
  • 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

Choose a tag to compare

@MohammadYounes MohammadYounes released this 04 Sep 20:18

First release, find usage details here.