Releases: MohammadYounes/jquery-scrollLock
Releases · MohammadYounes/jquery-scrollLock
3.1.0
Compare
Sorry, something went wrong.
No results found
Add unblock option to allow scrolling children when parent is locked.
3.0.0
Compare
Sorry, something went wrong.
No results found
Add keyboard support for webkit browsers.
Update Wheel event detection according to MDN recommendation .
License updated to GPL3.
Version 2.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Support for touch screens.
Support for CSS animations.
Version 2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
First release, find usage details here .