Skip to content

Lock the scroll of a element and freeze in the actual position.

License

Notifications You must be signed in to change notification settings

edpittol/jquery-lockscroll

Repository files navigation

jQuery LockScroll

A scroll lock plugin

This plugin lock and unlock the scroll of a specific element.

Usage

Lock

$("#element").lockScroll(true);

Unlock

$("#element").lockScroll(false);

Window shortcut

Use $.lockScroll to lock/unlock the window scroll.

History

v1.0.0

  • Initial Release

v1.1.0

  • Add function to lock and unlock window scroll
  • Update node packages
  • Add package.json missing fields
  • Update test suite to QUnit 2

License

MIT License © Eduardo Pittol

About

Lock the scroll of a element and freeze in the actual position.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published