/scrollLock

Primary LanguageJavaScript

What is this?

Plugin designed to help lock the window scroll when opening a modal, for example

Installation

npm i @joaopedroabreuu/scrolllock --save

Then...

required('@joaopedroabreuu/scrolllock');

Unlocked

$.scrollLock(false);

Locked

$.scrollLock(true);